diff options
Diffstat (limited to 'cmdedit.c')
-rw-r--r-- | cmdedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||