changeset 3280:9285e936c79d

fix directive name in error message: "set_realip_from" to "set_real_ip_from"
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Nov 2009 14:41:56 +0000
parents 0ec36375f52c
children c5af9f73c664
files src/http/modules/ngx_http_realip_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_realip_module.c
+++ b/src/http/modules/ngx_http_realip_module.c
@@ -347,7 +347,7 @@ ngx_http_realip_from(ngx_conf_t *cf, ngx
 
     if (cidr.family != AF_INET) {
         ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
-                           "\"set_realip_from\" supports IPv4 only");
+                           "\"set_real_ip_from\" supports IPv4 only");
         return NGX_CONF_ERROR;
     }