From bbf1aa1eaf6278e23ae75914c8d9b9be4d0e28f5 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 17 May 2010 12:33:13 +0200 Subject: typo fix Signed-off-by: Denys Vlasenko --- libbb/lineedit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbb') diff --git a/libbb/lineedit.c b/libbb/lineedit.c index f7d3ffed8..18664b8c1 100644 --- a/libbb/lineedit.c +++ b/libbb/lineedit.c @@ -498,8 +498,8 @@ static void input_backward(unsigned num) /* go to 1st column; go up */ printf("\r" "\033[%uA", lines_up); /* go to correct column. - * xtarm, konsole, Linux VT interpret 0 as 1 below! wow. - * Need to *make sure* we skip it if cmdedit_x == 0 */ + * xterm, konsole, Linux VT interpret 0 as 1 below! wow. + * need to *make sure* we skip it if cmdedit_x == 0 */ if (cmdedit_x) printf("\033[%uC", cmdedit_x); } -- cgit v1.2.3