diff options
-rw-r--r-- | lib/problems.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/problems.c b/lib/problems.c index 7a1e66e0b..c90cd1a89 100644 --- a/lib/problems.c +++ b/lib/problems.c @@ -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: |