From: Guillem Jover Date: Tue, 1 Apr 2008 00:10:45 +0000 (+0300) Subject: Fix typos (processesing -> processing) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda7d4f270a8db8dd66a77303c72068c1e2d12c2;p=dpkg Fix typos (processesing -> processing) Spotted by Sven Joachim . --- diff --git a/ChangeLog b/ChangeLog index 9ebbe300..3e4c08c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-01 Guillem Jover + + * src/enquiry.c (badstatinfos): Fix typos (processesing -> processing). + 2008-03-30 Guillem Jover * configure.ac: Bump version to 1.14.18~. diff --git a/src/enquiry.c b/src/enquiry.c index 266bb16d..1cd7988a 100644 --- a/src/enquiry.c +++ b/src/enquiry.c @@ -98,12 +98,12 @@ static const struct badstatinfo badstatinfos[]= { "the packages can be removed using dselect or dpkg --remove:\n") }, { bsyn_status, stat_triggersawaited, - N_("The following packages are awaiting processesing of triggers that they\n" + N_("The following packages are awaiting processing of triggers that they\n" "have activated in other packages. This processing can be requested using\n" "dselect or dpkg --configure --pending (or dpkg --triggers-only):\n") }, { bsyn_status, stat_triggerspending, - N_("The following packages have been triggered, but the trigger processesing\n" + N_("The following packages have been triggered, but the trigger processing\n" "has not yet been done. Trigger processing can be requested using\n" "dselect or dpkg --configure --pending (or dpkg --triggers-only):\n") }, {