Spelling correction.
CVS patchset: 4349 CVS date: 2000/12/17 01:16:14
This commit is contained in:
parent
f7c8cb8689
commit
c52fc1329b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue