aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/cmdedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index 22831b10c..5cd43ae2a 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -272,7 +272,7 @@ void input_tab(char* command, char* prompt, int outputFd, int *cursor, int *len)
/* For now, we will not bother with trying to distinguish
* whether the cursor is in/at a command extression -- we
- * will always try all possable matches. If you don't like
+ * will always try all possible matches. If you don't like
* that then feel free to fix it.
*/