typo fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 5 Dec 2010 04:02:49 +0000 (05:02 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 5 Dec 2010 04:02:49 +0000 (05:02 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/xfuncs.c

index 07504b7..a02a504 100644 (file)
@@ -234,7 +234,7 @@ static int wh_helper(int value, int def_val, const char *env_name, int *err)
                char *s = getenv(env_name);
                if (s) {
                        value = atoi(s);
-                       /* If LINES/COLUMNS are set, pretent that there is
+                       /* If LINES/COLUMNS are set, pretend that there is
                         * no error getting w/h, this prevents some ugly
                         * cursor tricks by our callers */
                        *err = 0;