diff options
author | Ruslan Ermilov <ru@nginx.com> | 2012-04-03 07:37:31 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2012-04-03 07:37:31 +0000 |
commit | 47a04aaa275d1a9b4a51997910f2b2a881464943 (patch) | |
tree | 349db1df06558325e03e3026293c52a309f49799 /src/http/ngx_http_variables.c | |
parent | 7744472c8e4db956bd29c030fdca1e55f5b007fe (diff) | |
download | nginx-47a04aaa275d1a9b4a51997910f2b2a881464943.tar.gz nginx-47a04aaa275d1a9b4a51997910f2b2a881464943.zip |
Fixed spelling in multiline C comments.
Diffstat (limited to 'src/http/ngx_http_variables.c')
-rw-r--r-- | src/http/ngx_http_variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_variables.c b/src/http/ngx_http_variables.c index 744bd0b68..949cef910 100644 --- a/src/http/ngx_http_variables.c +++ b/src/http/ngx_http_variables.c @@ -112,7 +112,7 @@ static ngx_int_t ngx_http_variable_pid(ngx_http_request_t *r, /* * the $http_host, $http_user_agent, $http_referer, $http_via, * and $http_x_forwarded_for variables may be handled by generic - * ngx_http_variable_unknown_header_in(), but for perfomance reasons + * ngx_http_variable_unknown_header_in(), but for performance reasons * they are handled using dedicated entries */ |