summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-11-07 09:15:29 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-11-07 09:16:02 +0200
commitd38d139c7545ed616c0237bab5ca7db24cfccb80 (patch)
tree415615fd214b16e831ba23832be31d814ba2592a
parentb0499893540eddecd5d09193d5ea88b3001869bd (diff)
downloadmailutils-d38d139c7545ed616c0237bab5ca7db24cfccb80.tar.gz
mailutils-d38d139c7545ed616c0237bab5ca7db24cfccb80.tar.bz2
Fix typos in help strings.
* imap4d/imap4d.c: Fix typo in help string for tls-mode. * pop3d/pop3d.c: Likewise.
-rw-r--r--imap4d/imap4d.c2
-rw-r--r--pop3d/pop3d.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index 0553e14b1..82ce1b4dd 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -500,7 +500,7 @@ static struct mu_cfg_param imap4d_srv_param[] = {
NULL, mu_offsetof (struct imap4d_srv_config, tls_mode), cb_tls,
N_("Kind of TLS encryption to use for this server"),
/* TRANSLATORS: translate only arg:, the rest are keywords */
- N_("arg: false|true|ondemand|stls|requred|connection") },
+ N_("arg: false|true|ondemand|stls|required|connection") },
{ "tls", mu_cfg_section,
NULL, mu_offsetof (struct imap4d_srv_config, tls_conf) },
{ NULL }
diff --git a/pop3d/pop3d.c b/pop3d/pop3d.c
index f400f2b26..254e7595c 100644
--- a/pop3d/pop3d.c
+++ b/pop3d/pop3d.c
@@ -193,7 +193,7 @@ static struct mu_cfg_param pop3d_srv_param[] = {
NULL, mu_offsetof (struct pop3d_srv_config, tls_mode), cb_tls,
N_("Kind of TLS encryption to use for this server"),
/* TRANSLATORS: words to the right of : are keywords - do not translate */
- N_("arg: false|true|ondemand|stls|requred|connection") },
+ N_("arg: false|true|ondemand|stls|required|connection") },
{ "tls", mu_cfg_section,
NULL, mu_offsetof (struct pop3d_srv_config, tls_conf) },
{ NULL }
@@ -236,7 +236,7 @@ static struct mu_cfg_param pop3d_cfg_param[] = {
N_("Kind of TLS encryption to use for the inetd server"
" and all server blocks that lack the tls-mode statement."),
/* TRANSLATORS: words to the right of : are keywords - do not translate */
- N_("arg: false|true|ondemand|stls|requred|connection") },
+ N_("arg: false|true|ondemand|stls|required|connection") },
#ifdef ENABLE_LOGIN_DELAY
{ "login-delay", mu_c_time, &login_delay, 0, NULL,

Return to:

Send suggestions and report system problems to the System administrator.