From f74194e942b7a65117914ecc9ddb62d9b1cc9e82 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 18 Oct 2007 12:54:39 +0000 Subject: xatonum.h: add comment lineedit: fix typo in comment httpd: support for proxying connection to other http server (by Alex Landau ) --- libbb/lineedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb') diff --git a/libbb/lineedit.c b/libbb/lineedit.c index ccf8ac5..c44a228 100644 --- a/libbb/lineedit.c +++ b/libbb/lineedit.c @@ -658,7 +658,7 @@ static int find_match(char *matchBuf, int *len_with_quotes) j = pos_buf[i] + 1; } matchBuf[c] = 0; - /* old lenght matchBuf with quotes symbols */ + /* old length matchBuf with quotes symbols */ *len_with_quotes = j ? j - pos_buf[0] : 0; return command_mode; -- cgit v1.1