commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. release-2.2-731-gcd2126b


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-731-gcd2126b
Date: Mon, 24 Aug 2015 18:50:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=cd2126bee8534176c4e28dcf8f326f19d3132279

The branch, master has been updated
       via  cd2126bee8534176c4e28dcf8f326f19d3132279 (commit)
      from  3619b7c127bd704a05439cf9b7a4d7e7e197ac34 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cd2126bee8534176c4e28dcf8f326f19d3132279
Author: Sergey Poznyakoff <address@hidden>
Date:   Mon Aug 24 21:49:20 2015 +0300

    Fix typos

-----------------------------------------------------------------------

Summary of changes:
 imap4d/imap4d.c     |    2 +-
 mh/send.c           |    2 +-
 mimeview/mimeview.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index 4dc4cac..8cf9abb 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -441,7 +441,7 @@ static struct mu_cfg_param imap4d_cfg_param[] = {
     N_("Use only preauth mode.  If unable to setup it, disconnect "
        "immediately.") },
   { "ident-keyfile", mu_cfg_string, &ident_keyfile, 0, NULL,
-    N_("Name of DES keyfile for decoding ecrypted ident responses.") },
+    N_("Name of DES keyfile for decoding encrypted ident responses.") },
   { "ident-encrypt-only", mu_cfg_bool, &ident_encrypt_only, 0, NULL,
     N_("Use only encrypted ident responses.") },
   { "id-fields", MU_CFG_LIST_OF(mu_cfg_string), &imap4d_id_list, 0, NULL,
diff --git a/mh/send.c b/mh/send.c
index 9ad131c..a1fdf22 100644
--- a/mh/send.c
+++ b/mh/send.c
@@ -57,7 +57,7 @@ static struct argp_option options[] = {
    N_("add Message-ID: field") },
   {"nomsgid",       ARG_NOMSGID,       NULL, OPTION_HIDDEN, ""},
   {"push",          ARG_PUSH,          N_("BOOL"), OPTION_ARG_OPTIONAL,
-   N_("run in the backround") },
+   N_("run in the background") },
   {"nopush",        ARG_NOPUSH,        NULL, OPTION_HIDDEN, "" },
   {"preserve",      ARG_PRESERVE,      N_("BOOL"), OPTION_ARG_OPTIONAL,
    N_("keep draft files") },
diff --git a/mimeview/mimeview.c b/mimeview/mimeview.c
index 42a6c94..aec8d77 100644
--- a/mimeview/mimeview.c
+++ b/mimeview/mimeview.c
@@ -52,7 +52,7 @@ static struct argp_option options[] = {
   {"mimetypes", 't', N_("FILE"), 0,
    N_("use this mime.types file"), 0},
   {"dry-run", 'n', NULL, 0,
-   N_("do not do anything, just print what whould be done"), 0},
+   N_("do nothing, just print what would have been done"), 0},
   {"metamail", OPT_METAMAIL, N_("FILE"), OPTION_ARG_OPTIONAL,
    N_("use metamail to display files"), 0},
   {0, 0, 0, 0}


hooks/post-receive
-- 
GNU Mailutils



reply via email to

[Prev in Thread] Current Thread [Next in Thread]