Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r--src/core/nginx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c
index 06eedd3d7..9f2211291 100644
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -282,7 +282,7 @@ ngx_add_inherited_sockets(ngx_cycle_t *cycle)
if (s == NGX_ERROR) {
ngx_log_error(NGX_LOG_EMERG, cycle->log, 0,
"invalid socket number \"%s\" in "
- NGINX_VAR " enviroment variable, "
+ NGINX_VAR " environment variable, "
"ignoring the rest of the variable", v);
break;
}