Added support for ignoring '-g' per GNU ls, thanks to David Vrabel
[oweals/busybox.git] / cmdedit.c
index 22831b10c7c96763e2511fb6994fb141080616b8..5cd43ae2aee0fd25cdf4aa0357d6ed7638366426 100644 (file)
--- 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.
                 */