summaryrefslogtreecommitdiff
path: root/libmailutils/server/msrv.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-06-22 09:49:12 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-06-22 09:49:12 +0300
commit590669a524a5ee838e1a5056b1fcf6f48b059cbd (patch)
tree7e550465e2bec3d0113497d86b4e65729da85384 /libmailutils/server/msrv.c
parent8a92bd208e5cf9f2a9f6b347051bf824b8c0995c (diff)
downloadmailutils-590669a524a5ee838e1a5056b1fcf6f48b059cbd.tar.gz
mailutils-590669a524a5ee838e1a5056b1fcf6f48b059cbd.tar.bz2
Fix typos and wording in some diagnostic messages
Diffstat (limited to 'libmailutils/server/msrv.c')
-rw-r--r--libmailutils/server/msrv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmailutils/server/msrv.c b/libmailutils/server/msrv.c
index f382da01d..4a892c412 100644
--- a/libmailutils/server/msrv.c
+++ b/libmailutils/server/msrv.c
@@ -919,7 +919,7 @@ static struct mu_cfg_param dot_server_cfg_param[] = {
NULL, mu_offsetof (struct _mu_m_server,mode), _cb_daemon_mode,
N_("Set operation mode."),
/* TRANSLATORS: Words to the right of : are keywords. */
- N_("mode: inetd|interactive|daemom") },
+ N_("mode: inetd|interactive|daemon") },
{ "foreground", mu_c_bool,
NULL, mu_offsetof (struct _mu_m_server, foreground), NULL,
N_("Run in foreground.") },

Return to:

Send suggestions and report system problems to the System administrator.