From 47a04aaa275d1a9b4a51997910f2b2a881464943 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 3 Apr 2012 07:37:31 +0000 Subject: Fixed spelling in multiline C comments. --- src/http/ngx_http_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/ngx_http_parse.c') diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index ace6cfe9a..0a10a340e 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c @@ -1097,7 +1097,7 @@ ngx_http_parse_complex_uri(ngx_http_request_t *r, ngx_uint_t merge_slashes) /* * we use "ch = *p++" inside the cycle, but this operation is safe, - * because after the URI there is always at least one charcter: + * because after the URI there is always at least one character: * the line feed */ -- cgit v1.2.3