[trivial] spelling fix

View: New views
2 Messages — Rating Filter:   Alert me  

[trivial] spelling fix

by Jordi Mallach-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

In my quest to annoy Sergey with silly patches, I present you with my
newest trivial patch!

According to Cambridge dictionary, it's “preceded”, not “preceeded”.

This appears in an mh help message and in the docs.

--
Jordi Mallach Pérez  --  Debian developer     http://www.debian.org/
jordi@...     jordi@...     http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/


diff --git a/doc/texinfo/mu-mh.texi b/doc/texinfo/mu-mh.texi
index da6b0d9..2fd2bcf 100644
--- a/doc/texinfo/mu-mh.texi
+++ b/doc/texinfo/mu-mh.texi
@@ -297,7 +297,7 @@ Understands @option{--use} option. Disposition shell provides
 Different behaviour if one of the messages in the list does not exist:
 
 Mailutils @command{rmm} does not delete any messages. Standard
-@command{rmm} in this case deletes all messages preceeding the
+@command{rmm} in this case deletes all messages preceding the
 non-existent one.
 
 @item
diff --git a/mh/mh_whatnow.c b/mh/mh_whatnow.c
index f8f5646..56551fa 100644
--- a/mh/mh_whatnow.c
+++ b/mh/mh_whatnow.c
@@ -467,7 +467,7 @@ static struct helpdata whatnow_helptab[] = {
     N_("List the message being distributed/replied-to on the terminal.") },
   { "edit [<e <>]",
     N_("Edit the message. If EDITOR is omitted use the one that was used on"
-       " the preceeding round unless the profile entry \"LASTEDITOR-next\""
+       " the preceding round unless the profile entry \"LASTEDITOR-next\""
        " names an alternate editor.") },
   { "list [<>]",
     N_("List the draft on the terminal.") },



_______________________________________________
Bug-mailutils mailing list
Bug-mailutils@...
http://lists.gnu.org/mailman/listinfo/bug-mailutils

signature.asc (205 bytes) Download Attachment

Re: [trivial] spelling fix

by Jordi Mallach-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm attaching a new patch fixing another typo: recieve.

--
Jordi Mallach Pérez  --  Debian developer     http://www.debian.org/
jordi@...     jordi@...     http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/


diff --git a/doc/texinfo/mu-mh.texi b/doc/texinfo/mu-mh.texi
index da6b0d9..2fd2bcf 100644
--- a/doc/texinfo/mu-mh.texi
+++ b/doc/texinfo/mu-mh.texi
@@ -297,7 +297,7 @@ Understands @option{--use} option. Disposition shell provides
 Different behaviour if one of the messages in the list does not exist:
 
 Mailutils @command{rmm} does not delete any messages. Standard
-@command{rmm} in this case deletes all messages preceeding the
+@command{rmm} in this case deletes all messages preceding the
 non-existent one.
 
 @item
diff --git a/maidag/lmtp.c b/maidag/lmtp.c
index 386debe..6842f53 100644
--- a/maidag/lmtp.c
+++ b/maidag/lmtp.c
@@ -536,7 +536,7 @@ lmtp_loop (FILE *in, FILE *out, unsigned int timeout)
   mu_rtrim_cset (sp, "\r\n");
 
   if (lmtp_transcript)
-    mu_diag_output (MU_DIAG_INFO, "LMTP recieve: %s", buf);
+    mu_diag_output (MU_DIAG_INFO, "LMTP receive: %s", buf);
       
   if (next_state != state_none)
     {
diff --git a/mh/mh_whatnow.c b/mh/mh_whatnow.c
index f8f5646..56551fa 100644
--- a/mh/mh_whatnow.c
+++ b/mh/mh_whatnow.c
@@ -467,7 +467,7 @@ static struct helpdata whatnow_helptab[] = {
     N_("List the message being distributed/replied-to on the terminal.") },
   { "edit [<e <>]",
     N_("Edit the message. If EDITOR is omitted use the one that was used on"
-       " the preceeding round unless the profile entry \"LASTEDITOR-next\""
+       " the preceding round unless the profile entry \"LASTEDITOR-next\""
        " names an alternate editor.") },
   { "list [<>]",
     N_("List the draft on the terminal.") },



_______________________________________________
Bug-mailutils mailing list
Bug-mailutils@...
http://lists.gnu.org/mailman/listinfo/bug-mailutils

signature.asc (205 bytes) Download Attachment