]> err.no Git - dpkg/commitdiff
Fix typos
authorGuillem Jover <guillem@debian.org>
Fri, 28 Mar 2008 06:51:40 +0000 (08:51 +0200)
committerGuillem Jover <guillem@debian.org>
Sun, 30 Mar 2008 09:46:42 +0000 (12:46 +0300)
Close the proper bug report.
Fix a typo in a comment.

ChangeLog
debian/changelog
src/packages.c

index 11d718273865cfbbdd6128140d6242665242d32b..da9ba16b69f1483d898f4cbdba694aac9611e755 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-28  Guillem Jover  <guillem@debian.org>
+
+       * src/packages.c (process_queue): Fix typo in comment.
+
 2008-03-28  Ian Jackson  <ian@davenant.greenend.org.uk>
 
        * src/help.c (statusstrings): Improve Breaks message by saying that
index cc0bad44ac3358948d89158533234ab210ecb4c8..278aa4c252d2f458076a07aefcbce2bff967ff0a 100644 (file)
@@ -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.
index 9d00ef0ee99d06096a8b63c4a5d5cc5ce61da6ef..e4016b6046988a1af774e8bf01cdad6c872058b5 100644 (file)
@@ -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"),