From 9dbb169f8bab1dec67ef9db16edaf311798e6d69 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Fri, 28 Mar 2008 08:51:40 +0200 Subject: [PATCH] Fix typos Close the proper bug report. Fix a typo in a comment. --- ChangeLog | 4 ++++ debian/changelog | 2 +- src/packages.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 11d71827..da9ba16b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-03-28 Guillem Jover + + * src/packages.c (process_queue): Fix typo in comment. + 2008-03-28 Ian Jackson * src/help.c (statusstrings): Improve Breaks message by saying that diff --git a/debian/changelog b/debian/changelog index cc0bad44..278aa4c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,7 +30,7 @@ dpkg (1.14.17) UNRELEASED; urgency=low * Allow compilation with --disable-nls on systems without libintl.h where a non glibc claims to be glibc. Closes: #465420 * Fix crash when a .deb file becomes unreadable while dpkg is starting. - Thanks to Ian Jackson. Closes: #386210 + Thanks to Ian Jackson. Closes: #255882 * Few file descriptor cleanup and error handling fixes. Thanks to Ian Jackson. Closes: #443338 * Move test suite invokation to a new check target in debian/rules. diff --git a/src/packages.c b/src/packages.c index 9d00ef0e..e4016b60 100644 --- a/src/packages.c +++ b/src/packages.c @@ -167,7 +167,7 @@ void process_queue(void) { for (rundown = queue.head; rundown; rundown = rundown->next) { ensure_package_clientdata(rundown->pkg); if (rundown->pkg->clientdata->istobe == istobe) { - /* Erase the queue entrie - this is a second copy ! */ + /* Erase the queue entry - this is a second copy! */ switch (cipaction->arg) { case act_configure: case act_remove: case act_purge: printf(_("Package %s listed more than once, only processing once.\n"), -- 2.39.5