From: Denys Vlasenko Date: Sun, 5 Dec 2010 04:02:49 +0000 (+0100) Subject: typo fix X-Git-Tag: 1_19_0~473 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a04440ccadbee947cb9d3f37969eea3e2c570ebf;p=oweals%2Fbusybox.git typo fix Signed-off-by: Denys Vlasenko --- diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index 07504b75b..a02a504b0 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -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;