]> err.no Git - dpkg/commitdiff
libdpkg: Fix typo in comment
authorColin Watson <cjwatson@debian.org>
Thu, 29 May 2008 03:42:11 +0000 (06:42 +0300)
committerGuillem Jover <guillem@debian.org>
Thu, 19 Jun 2008 05:06:05 +0000 (08:06 +0300)
ChangeLog
lib/triglib.c

index 9534a5ae8717ab038be76952d4de7fc264eff245..112b5bfe36c99d1daa821a088b0779413d70a5f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        dpkg is unable to create a file so that it also refers to the real
        filename instead of the non-diverted name only.
 
+2008-05-29  Colin Watson  <cjwatson@debian.org>
+
+       * lib/triglib.c (trig_incorporate): Fix typo in comment.
+
 2008-05-24  Guillem Jover  <guillem@debian.org>
 
        * dpkg-deb/build.c (do_build): Move argument name into a parameter to
index f86aaf63adabb8d3bee7f3e5c629be128b0af4b0..84ac2ab0fd4ca363ab7bd5c21d6b95a47ca318b0 100644 (file)
@@ -708,7 +708,7 @@ trig_incorporate(enum modstatdb_rw cstatus, const char *admindir)
                abort();
        }
 
-       /* Right, that's it. New (empty) Unincopr can be installed. */
+       /* Right, that's it. New (empty) Unincorp can be installed. */
        trigdef_process_done();
 }