summaryrefslogtreecommitdiff
path: root/mu
diff options
context:
space:
mode:
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.