diff options
author | jbj <devnull@localhost> | 2002-01-05 18:41:05 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-01-05 18:41:05 +0000 |
commit | cd622ba0de30cdd85658bb2fe007c5ed02e89e23 (patch) | |
tree | 4d4224fa3a63b290608c636a0e505e254bf39724 /build | |
parent | f345a8f37f08153af3c787e48d2c215f17b26f77 (diff) | |
download | librpm-tizen-cd622ba0de30cdd85658bb2fe007c5ed02e89e23.tar.gz librpm-tizen-cd622ba0de30cdd85658bb2fe007c5ed02e89e23.tar.bz2 librpm-tizen-cd622ba0de30cdd85658bb2fe007c5ed02e89e23.zip |
Spelling error.
CVS patchset: 5234
CVS date: 2002/01/05 18:41:05
Diffstat (limited to 'build')
-rw-r--r-- | build/parseChangelog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parseChangelog.c b/build/parseChangelog.c index b5fe4dd75..632cf207c 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; |