diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-16 19:57:44 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-06-16 19:57:44 +0000 |
commit | 5c69dc07c93b5478449e5e8fc30fe10451b3d51f (patch) | |
tree | f7dba194996f25de00fbd1e428e053446cc790f0 /shell | |
parent | ba4269c12f8fd24e76a4592fb162dac01897dd16 (diff) | |
download | busybox-w32-5c69dc07c93b5478449e5e8fc30fe10451b3d51f.tar.gz busybox-w32-5c69dc07c93b5478449e5e8fc30fe10451b3d51f.tar.bz2 busybox-w32-5c69dc07c93b5478449e5e8fc30fe10451b3d51f.zip |
Fix some spelling errors in the source as well.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@655 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r-- | shell/cmdedit.c | 2 |
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) | |||
272 | 272 | ||
273 | /* For now, we will not bother with trying to distinguish | 273 | /* For now, we will not bother with trying to distinguish |
274 | * whether the cursor is in/at a command extression -- we | 274 | * whether the cursor is in/at a command extression -- we |
275 | * will always try all possable matches. If you don't like | 275 | * will always try all possible matches. If you don't like |
276 | * that then feel free to fix it. | 276 | * that then feel free to fix it. |
277 | */ | 277 | */ |
278 | 278 | ||