Sfoglia il codice sorgente

Fix typos (processesing -> processing)

Spotted by Sven Joachim <svenjoac@gmx.de>.
Guillem Jover 18 anni fa
parent
commit
cda7d4f270
2 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. 4 0
      ChangeLog
  2. 2 2
      src/enquiry.c

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2008-04-01  Guillem Jover  <guillem@debian.org>
+
+	* src/enquiry.c (badstatinfos): Fix typos (processesing -> processing).
+
 2008-03-30  Guillem Jover  <guillem@debian.org>
 2008-03-30  Guillem Jover  <guillem@debian.org>
 
 
 	* configure.ac: Bump version to 1.14.18~.
 	* configure.ac: Bump version to 1.14.18~.

+ 2 - 2
src/enquiry.c

@@ -98,12 +98,12 @@ static const struct badstatinfo badstatinfos[]= {
     "the packages can be removed using dselect or dpkg --remove:\n")
     "the packages can be removed using dselect or dpkg --remove:\n")
   }, {
   }, {
     bsyn_status, stat_triggersawaited,
     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"
     "have activated in other packages.  This processing can be requested using\n"
     "dselect or dpkg --configure --pending (or dpkg --triggers-only):\n")
     "dselect or dpkg --configure --pending (or dpkg --triggers-only):\n")
   }, {
   }, {
     bsyn_status, stat_triggerspending,
     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"
     "has not yet been done.  Trigger processing can be requested using\n"
     "dselect or dpkg --configure --pending (or dpkg --triggers-only):\n")
     "dselect or dpkg --configure --pending (or dpkg --triggers-only):\n")
   }, {
   }, {