aboutsummaryrefslogtreecommitdiff
path: root/cmdedit.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-16 19:57:44 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-16 19:57:44 +0000
commit74c66ad06ebc5bfbf7187ed53196625462db1a9a (patch)
treef7dba194996f25de00fbd1e428e053446cc790f0 /cmdedit.c
parent98cd53e86db2e99e6fdcfd94c700c50b1baaf59f (diff)
downloadbusybox-74c66ad06ebc5bfbf7187ed53196625462db1a9a.tar.gz
Fix some spelling errors in the source as well.
-Erik
Diffstat (limited to 'cmdedit.c')
-rw-r--r--cmdedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdedit.c b/cmdedit.c
index 22831b10c..5cd43ae2a 100644
--- a/cmdedit.c
+++ b/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.
*/