From e3c72ec26ebef4df390a7398ce1a60d081003333 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 16 Dec 2020 18:29:37 +1100 Subject: [PATCH] docs: fix simple typo, perfomance -> performance There is a small typo in src/http/ngx_http_variables.c. Should read `performance` rather than `perfomance`. --- src/http/ngx_http_variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/ngx_http_variables.c b/src/http/ngx_http_variables.c index a9eb0af..bf8e3f3 100644 --- a/src/http/ngx_http_variables.c +++ b/src/http/ngx_http_variables.c @@ -106,7 +106,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 */