aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-12-05 05:02:49 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-12-05 05:02:49 +0100
commita04440ccadbee947cb9d3f37969eea3e2c570ebf (patch)
tree710185310588a5d894f0544ce8da69338b0cbba8 /libbb
parent8da415ef2503936bc9730f78a25b00177ff2db1d (diff)
downloadbusybox-w32-a04440ccadbee947cb9d3f37969eea3e2c570ebf.tar.gz
busybox-w32-a04440ccadbee947cb9d3f37969eea3e2c570ebf.tar.bz2
busybox-w32-a04440ccadbee947cb9d3f37969eea3e2c570ebf.zip
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r--libbb/xfuncs.c2
1 files changed, 1 insertions, 1 deletions
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)
234 char *s = getenv(env_name); 234 char *s = getenv(env_name);
235 if (s) { 235 if (s) {
236 value = atoi(s); 236 value = atoi(s);
237 /* If LINES/COLUMNS are set, pretent that there is 237 /* If LINES/COLUMNS are set, pretend that there is
238 * no error getting w/h, this prevents some ugly 238 * no error getting w/h, this prevents some ugly
239 * cursor tricks by our callers */ 239 * cursor tricks by our callers */
240 *err = 0; 240 *err = 0;