The following commit has been merged in the master branch:
commit cda7d4f270a8db8dd66a77303c72068c1e2d12c2
Author: Guillem Jover <[EMAIL PROTECTED]>
Date:   Tue Apr 1 03:10:45 2008 +0300

    Fix typos (processesing -> processing)
    
    Spotted by Sven Joachim <[EMAIL PROTECTED]>.

diff --git a/ChangeLog b/ChangeLog
index 9ebbe30..3e4c08c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-01  Guillem Jover  <[EMAIL PROTECTED]>
+
+       * src/enquiry.c (badstatinfos): Fix typos (processesing -> processing).
+
 2008-03-30  Guillem Jover  <[EMAIL PROTECTED]>
 
        * configure.ac: Bump version to 1.14.18~.
diff --git a/src/enquiry.c b/src/enquiry.c
index 266bb16..1cd7988 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")
   }, {

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to