summaryrefslogtreecommitdiff
path: root/examples/fileman.c
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2022-09-26 11:53:27 -0400
committerChet Ramey <chet.ramey@case.edu>2022-09-26 11:53:27 -0400
commitf7a382fd09319b20ef4435b9b554183b605468c1 (patch)
tree445f363418c287fc9994c7b51d412e6765e3450a /examples/fileman.c
parent5263c0d88064fda96292335d12eec1733f91cdc9 (diff)
downloadreadline-f7a382fd09319b20ef4435b9b554183b605468c1.tar.gz
readline-8.2 distribution sources and documentationreadline-8.2
Diffstat (limited to 'examples/fileman.c')
-rw-r--r--examples/fileman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fileman.c b/examples/fileman.c
index f8d0be7..2a8b097 100644
--- a/examples/fileman.c
+++ b/examples/fileman.c
@@ -417,7 +417,7 @@ com_help (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++)
{