From cda7d4f270a8db8dd66a77303c72068c1e2d12c2 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 1 Apr 2008 03:10:45 +0300 Subject: [PATCH] Fix typos (processesing -> processing) Spotted by Sven Joachim . --- ChangeLog | 4 ++++ src/enquiry.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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") }, { -- 2.39.5