From c52fc1329b320bfb4a1c20d99b104abe558dee16 Mon Sep 17 00:00:00 2001 From: jbj Date: Sun, 17 Dec 2000 01:16:14 +0000 Subject: [PATCH] Spelling correction. CVS patchset: 4349 CVS date: 2000/12/17 01:16:14 --- lib/problems.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.34.1