Browse Source

libdpkg: Fix typo in comment

Colin Watson 18 years ago
parent
commit
fe14a53af5
2 changed files with 5 additions and 1 deletions
  1. 4 0
      ChangeLog
  2. 1 1
      lib/triglib.c

+ 4 - 0
ChangeLog

@@ -138,6 +138,10 @@
 	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

+ 1 - 1
lib/triglib.c

@@ -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();
 }