From d38d139c7545ed616c0237bab5ca7db24cfccb80 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 7 Nov 2019 09:15:29 +0200 Subject: Fix typos in help strings. * imap4d/imap4d.c: Fix typo in help string for tls-mode. * pop3d/pop3d.c: Likewise. --- imap4d/imap4d.c | 2 +- pop3d/pop3d.c | 4 ++-- 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, -- cgit v1.2.1