From a04440ccadbee947cb9d3f37969eea3e2c570ebf Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 5 Dec 2010 05:02:49 +0100 Subject: typo fix Signed-off-by: Denys Vlasenko --- libbb/xfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/xfuncs.c') 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; -- cgit v1.2.3