# HG changeset patch # User Sergey Kandaurov # Date 1439472433 -10800 # Node ID ddf35e019a80e458b7ad4bf0d20897fd2055dada # Parent d1f94042c29c41caf9e50f21f6cd36b4cae30640 Core: fixed style in the error message. diff -r d1f94042c29c -r ddf35e019a80 src/core/ngx_hash.c --- a/src/core/ngx_hash.c Thu Aug 13 15:55:21 2015 +0300 +++ b/src/core/ngx_hash.c Thu Aug 13 16:27:13 2015 +0300 @@ -261,7 +261,7 @@ 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;