summaryrefslogtreecommitdiff
path: root/pop3d/pop3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d/pop3d.c')
-rw-r--r--pop3d/pop3d.c4
1 files changed, 2 insertions, 2 deletions
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.