From: Colin Watson Date: Thu, 29 May 2008 03:42:11 +0000 (+0300) Subject: libdpkg: Fix typo in comment X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe14a53af58fe23c47f7ddbb8905423f3527cde2;p=dpkg libdpkg: Fix typo in comment --- diff --git a/ChangeLog b/ChangeLog index 9534a5ae..112b5bfe 100644 --- a/ChangeLog +++ b/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 + + * lib/triglib.c (trig_incorporate): Fix typo in comment. + 2008-05-24 Guillem Jover * dpkg-deb/build.c (do_build): Move argument name into a parameter to diff --git a/lib/triglib.c b/lib/triglib.c index f86aaf63..84ac2ab0 100644 --- a/lib/triglib.c +++ b/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(); }