From: jbj Date: Sat, 18 Dec 1999 15:20:29 +0000 (+0000) Subject: Spelling correction. X-Git-Tag: rpm-4.4-release~2435 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d76e89ddef99c60a271ece1910ba3e2da23906cd;p=platform%2Fupstream%2Frpm.git Spelling correction. CVS patchset: 3489 CVS date: 1999/12/18 15:20:29 --- diff --git a/lib/problems.c b/lib/problems.c index 04b80ea..0acf20f 100644 --- a/lib/problems.c +++ b/lib/problems.c @@ -95,7 +95,7 @@ const char * rpmProblemString(rpmProblem prob) break; case RPMPROB_OLDPACKAGE: - sprintf(buf, _("package %s-%s-%s (which is newer then %s-%s-%s) is " + sprintf(buf, _("package %s-%s-%s (which is newer than %s-%s-%s) is " "already installed"), altName, altVersion, altRelease, name, version, release); break; diff --git a/po/rpm.pot b/po/rpm.pot index 7ef8820..a66d15a 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1999-12-16 15:59-0500\n" +"POT-Creation-Date: 1999-12-17 13:40-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2477,7 +2477,7 @@ msgstr "" #: lib/problems.c:98 #, c-format -msgid "package %s-%s-%s (which is newer then %s-%s-%s) is already installed" +msgid "package %s-%s-%s (which is newer than %s-%s-%s) is already installed" msgstr "" #: lib/problems.c:104