From: jbj Date: Sat, 5 Jan 2002 18:41:05 +0000 (+0000) Subject: Spelling error. X-Git-Tag: rpm-4.4-release~1303 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd622ba0de30cdd85658bb2fe007c5ed02e89e23;p=platform%2Fupstream%2Frpm.git Spelling error. CVS patchset: 5234 CVS date: 2002/01/05 18:41:05 --- diff --git a/build/parseChangelog.c b/build/parseChangelog.c index b5fe4dd..632cf20 100644 --- a/build/parseChangelog.c +++ b/build/parseChangelog.c @@ -152,7 +152,7 @@ static int addChangelog(Header h, StringBuf sb) } if (lastTime && lastTime < time) { rpmError(RPMERR_BADSPEC, - _("%%changelog not in decending chronological order\n")); + _("%%changelog not in descending chronological order\n")); return RPMERR_BADSPEC; } lastTime = time;