Spelling error.
authorjbj <devnull@localhost>
Sat, 5 Jan 2002 18:41:05 +0000 (18:41 +0000)
committerjbj <devnull@localhost>
Sat, 5 Jan 2002 18:41:05 +0000 (18:41 +0000)
CVS patchset: 5234
CVS date: 2002/01/05 18:41:05

build/parseChangelog.c

index b5fe4dd..632cf20 100644 (file)
@@ -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;