# HG changeset patch # User Ruslan Ermilov # Date 1316808927 0 # Node ID 7b632622ba566e24a85f195a28018981fe4abc78 # Parent a18b10aea510aefe01e814034fb84fb5ee41387e Fixed error message. diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -1281,7 +1281,7 @@ ngx_http_add_addresses(ngx_conf_t *cf, n if (addr[i].opt.set) { ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, - "a duplicate listen options for %s", addr[i].opt.addr); + "duplicate listen options for %s", addr[i].opt.addr); return NGX_ERROR; }