Spelling correction.
authorjbj <devnull@localhost>
Sun, 17 Dec 2000 01:16:14 +0000 (01:16 +0000)
committerjbj <devnull@localhost>
Sun, 17 Dec 2000 01:16:14 +0000 (01:16 +0000)
CVS patchset: 4349
CVS date: 2000/12/17 01:16:14

lib/problems.c

index 7a1e66e..c90cd1a 100644 (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: