Spelling correction.

CVS patchset: 4349
CVS date: 2000/12/17 01:16:14
This commit is contained in:
jbj 2000-12-17 01:16:14 +00:00
parent f7c8cb8689
commit c52fc1329b
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ const char * rpmProblemString(rpmProblem prob) /*@*/
break;
case RPMPROB_NEW_FILE_CONFLICT:
snprintf(buf, nb,
_("file %s conflicts between attemped installs of %s and %s"),
_("file %s conflicts between attempted installs of %s and %s"),
prob->str1, prob->pkgNEVR, prob->altNEVR);
break;
case RPMPROB_FILE_CONFLICT: