commit | a04440ccadbee947cb9d3f37969eea3e2c570ebf | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Dec 05 05:02:49 2010 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Dec 05 05:02:49 2010 +0100 |
tree | 710185310588a5d894f0544ce8da69338b0cbba8 | |
parent | 8da415ef2503936bc9730f78a25b00177ff2db1d [diff] |
typo fix Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index 07504b7..a02a504 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c
@@ -234,7 +234,7 @@ 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;