diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/lineedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |