summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_hash.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2015-08-13 16:27:13 +0300
committerSergey Kandaurov <pluknet@nginx.com>2015-08-13 16:27:13 +0300
commite161b6a46f14a5eaf0e25cf1525114bc03aa2eab (patch)
treecf715459712df78513eaef232ddefb91d9a01086 /src/core/ngx_hash.c
parentf2d31f829103aadff14178cf49ce0ae398af6c7a (diff)
downloadnginx-e161b6a46f14a5eaf0e25cf1525114bc03aa2eab.tar.gz
nginx-e161b6a46f14a5eaf0e25cf1525114bc03aa2eab.tar.bz2
Core: fixed style in the error message.
Diffstat (limited to 'src/core/ngx_hash.c')
-rw-r--r--src/core/ngx_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_hash.c b/src/core/ngx_hash.c
index e707c0998..e58156d55 100644
--- a/src/core/ngx_hash.c
+++ b/src/core/ngx_hash.c
@@ -261,7 +261,7 @@ ngx_hash_init(ngx_hash_init_t *hinit, ngx_hash_key_t *names, ngx_uint_t nelts)
if (hinit->bucket_size < NGX_HASH_ELT_SIZE(&names[n]) + sizeof(void *))
{
ngx_log_error(NGX_LOG_EMERG, hinit->pool->log, 0,
- "could not build the %s, you should "
+ "could not build %s, you should "
"increase %s_bucket_size: %i",
hinit->name, hinit->name, hinit->bucket_size);
return NGX_ERROR;