summaryrefslogtreecommitdiff
path: root/libcfg
diff options
context:
space:
mode:
Diffstat (limited to 'libcfg')
-rw-r--r--libcfg/ldap.c2
-rw-r--r--libcfg/sieve.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/libcfg/ldap.c b/libcfg/ldap.c
index efc2f08ea..1fc0867ff 100644
--- a/libcfg/ldap.c
+++ b/libcfg/ldap.c
@@ -61,7 +61,7 @@ static struct mu_cfg_param mu_ldap_param[] = {
" <name: string>=<attr: string>\n"
"where <name> is one of the following: name, passwd, uid, gid, "
"gecos, dir, shell, mailbox, quota, and <attr> is the name of "
- "the correspondind LDAP attribute."),
+ "the corresponding LDAP attribute."),
N_("map") },
{ "getpwnam", mu_cfg_string, &ldap_settings.getpwnam_filter, 0, NULL,
N_("LDAP filter to use for getpwnam requests."),
diff --git a/libcfg/sieve.c b/libcfg/sieve.c
index 7691c26f7..059bffcac 100644
--- a/libcfg/sieve.c
+++ b/libcfg/sieve.c
@@ -98,11 +98,11 @@ static struct mu_cfg_param mu_sieve_param[] = {
N_("Clear include search path.") },
{ "library-path", mu_cfg_callback, NULL, 0, cb_library_path,
N_("Add directories to the library search path. Argument is a "
- "comma-separated list of directories."),
+ "colon-separated list of directories."),
N_("list") },
{ "include-path", mu_cfg_callback, NULL, 0, cb_include_path,
N_("Add directories to the include search path. Argument is a "
- "comma-separated list of directories."),
+ "colon-separated list of directories."),
N_("list") },
{ NULL }
};

Return to:

Send suggestions and report system problems to the System administrator.