summaryrefslogtreecommitdiff
path: root/mu
diff options
context:
space:
mode:
authorJordi Mallach <jordi@debian.org>2016-12-13 17:40:20 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-12-13 17:40:20 +0200
commit53e14817a7de9262d61981a86eb65fb2675f0e92 (patch)
tree9bfc1a52ef6b18abf38beb0ba62ae4c49720a0a3 /mu
parent5d4b76c56c558bfbd968e95ec57ff7055417d158 (diff)
downloadmailutils-53e14817a7de9262d61981a86eb65fb2675f0e92.tar.gz
mailutils-53e14817a7de9262d61981a86eb65fb2675f0e92.tar.bz2
Fix spelling errors
Diffstat (limited to 'mu')
-rw-r--r--mu/shell.c2
1 files changed, 1 insertions, 1 deletions
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.