summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/nntpclient.c2
-rw-r--r--imap4d/uid.c2
-rw-r--r--mail/mailvar.c2
-rw-r--r--mu/shell.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/nntpclient.c b/examples/nntpclient.c
index 1e53b8641..4b3da10bb 100644
--- a/examples/nntpclient.c
+++ b/examples/nntpclient.c
@@ -953,7 +953,7 @@ com_info (char *arg)
if (!printed)
{
- printf ("No commands match `%s'. Possibilties are:\n", arg);
+ printf ("No commands match `%s'. Possibilities are:\n", arg);
for (i = 0; commands[i].name; i++)
{
diff --git a/imap4d/uid.c b/imap4d/uid.c
index 97f8088c2..bc5d7b589 100644
--- a/imap4d/uid.c
+++ b/imap4d/uid.c
@@ -49,7 +49,7 @@ imap4d_uid (struct imap4d_session *session,
rc = imap4d_search0 (tok, 1, &err_text);
else
{
- err_text = "Uknown uid command";
+ err_text = "Unknown uid command";
rc = RESP_BAD;
}
return io_completion_response (command, rc, "%s %s", cmd, err_text);
diff --git a/mail/mailvar.c b/mail/mailvar.c
index 803f32cca..4d46e1d2b 100644
--- a/mail/mailvar.c
+++ b/mail/mailvar.c
@@ -121,7 +121,7 @@ struct mailvar_symbol mailvar_tab[] =
N_("input message is terminated with a dot alone on a line") },
{ { "editheaders", },
MAILVAR_TYPEMASK (mailvar_type_boolean),
- N_("allow to edit message headers while composing") },
+ N_("allow editing message headers while composing") },
{ { "emptystart", },
MAILVAR_TYPEMASK (mailvar_type_boolean),
N_("start interactive mode if the mailbox is empty") },
diff --git a/mu/shell.c b/mu/shell.c
index ff4bd055d..276057bf6 100644
--- a/mu/shell.c
+++ b/mu/shell.c
@@ -226,7 +226,7 @@ shell_help (int argc, char **argv)
print_comtab (mu_strout, com);
else
{
- mu_printf ("No commands match `%s'. Possibilties are:\n", name);
+ mu_printf ("No commands match `%s'. Possibilities are:\n", name);
list_commands (shell_comtab, name);
}
}

Return to:

Send suggestions and report system problems to the System administrator.