From a823c550e45bb653c5d660cceaea3f153b3b28e8 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 19 Sep 2011 14:48:29 +0000 Subject: Replaced "can not" with "cannot" and "could not" in a bunch of places. Fixed nearby grammar errors. --- src/http/modules/ngx_http_log_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/ngx_http_log_module.c') diff --git a/src/http/modules/ngx_http_log_module.c b/src/http/modules/ngx_http_log_module.c index b2bfbf477..9728d5411 100644 --- a/src/http/modules/ngx_http_log_module.c +++ b/src/http/modules/ngx_http_log_module.c @@ -960,7 +960,7 @@ buffer: if (log->script) { ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, - "buffered logs can not have variables in name"); + "buffered logs cannot have variables in name"); return NGX_CONF_ERROR; } -- cgit