xatonum.h: add comment

lineedit: fix typo in comment
httpd: support for proxying connection to other http server
(by Alex Landau <landau_alex@yahoo.com>)
This commit is contained in:
Denis Vlasenko
2007-10-18 12:54:39 +00:00
parent 0363078437
commit f74194e942
4 changed files with 229 additions and 70 deletions

View File

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