From fe14a53af58fe23c47f7ddbb8905423f3527cde2 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 29 May 2008 06:42:11 +0300 Subject: [PATCH] libdpkg: Fix typo in comment --- ChangeLog | 4 ++++ lib/triglib.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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(); } -- 2.39.5