diff options
Diffstat (limited to 'cli/src/cli-rl.c')
-rw-r--r-- | cli/src/cli-rl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-rl.c b/cli/src/cli-rl.c index 592da7baa78..9a37a77de5e 100644 --- a/cli/src/cli-rl.c +++ b/cli/src/cli-rl.c @@ -192,7 +192,7 @@ cli_rl_tokenize (const char *text) } if (i < count) { - /* symoblize that what needs to be autocompleted is + /* symbolize that what needs to be autocompleted is the full set of possible nextwords, and not extend the last word */ |