[git commit master 1/1] typo fix

Denys Vlasenko vda.linux at googlemail.com
Sun Dec 5 04:02:49 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=a04440ccadbee947cb9d3f37969eea3e2c570ebf
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 libbb/xfuncs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 @@ 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;
-- 
1.7.2.2



More information about the busybox-cvs mailing list