Commit 9d8856ed 9d8856eddd63aee7147e9601a27052899a72a73c by Jordi Mallach Committed by Sergey Poznyakoff

Spelling fixes

1 parent 405f1869
...@@ -297,7 +297,7 @@ Understands @option{--use} option. Disposition shell provides ...@@ -297,7 +297,7 @@ Understands @option{--use} option. Disposition shell provides
297 Different behaviour if one of the messages in the list does not exist: 297 Different behaviour if one of the messages in the list does not exist:
298 298
299 Mailutils @command{rmm} does not delete any messages. Standard 299 Mailutils @command{rmm} does not delete any messages. Standard
300 @command{rmm} in this case deletes all messages preceeding the 300 @command{rmm} in this case deletes all messages preceding the
301 non-existent one. 301 non-existent one.
302 302
303 @item 303 @item
......
...@@ -536,7 +536,7 @@ lmtp_loop (FILE *in, FILE *out, unsigned int timeout) ...@@ -536,7 +536,7 @@ lmtp_loop (FILE *in, FILE *out, unsigned int timeout)
536 mu_rtrim_cset (sp, "\r\n"); 536 mu_rtrim_cset (sp, "\r\n");
537 537
538 if (lmtp_transcript) 538 if (lmtp_transcript)
539 mu_diag_output (MU_DIAG_INFO, "LMTP recieve: %s", buf); 539 mu_diag_output (MU_DIAG_INFO, "LMTP receive: %s", buf);
540 540
541 if (next_state != state_none) 541 if (next_state != state_none)
542 { 542 {
......
...@@ -467,7 +467,7 @@ static struct helpdata whatnow_helptab[] = { ...@@ -467,7 +467,7 @@ static struct helpdata whatnow_helptab[] = {
467 N_("List the message being distributed/replied-to on the terminal.") }, 467 N_("List the message being distributed/replied-to on the terminal.") },
468 { "edit [<e <>]", 468 { "edit [<e <>]",
469 N_("Edit the message. If EDITOR is omitted use the one that was used on" 469 N_("Edit the message. If EDITOR is omitted use the one that was used on"
470 " the preceeding round unless the profile entry \"LASTEDITOR-next\"" 470 " the preceding round unless the profile entry \"LASTEDITOR-next\""
471 " names an alternate editor.") }, 471 " names an alternate editor.") },
472 { "list [<>]", 472 { "list [<>]",
473 N_("List the draft on the terminal.") }, 473 N_("List the draft on the terminal.") },
......