Explorar el Código

Fix typos

Close the proper bug report.
Fix a typo in a comment.
Guillem Jover hace 18 años
padre
commit
9dbb169f8b
Se han modificado 3 ficheros con 6 adiciones y 2 borrados
  1. 4 0
      ChangeLog
  2. 1 1
      debian/changelog
  3. 1 1
      src/packages.c

+ 4 - 0
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

+ 1 - 1
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.

+ 1 - 1
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"),