# HG changeset patch # User Igor Sysoev # Date 1257259316 0 # Node ID 9285e936c79d8fa086b0cc882ae6806ebd78c51b # Parent 0ec36375f52cc90ad7fa2a29991d9f5f78e39b4f fix directive name in error message: "set_realip_from" to "set_real_ip_from" diff -r 0ec36375f52c -r 9285e936c79d src/http/modules/ngx_http_realip_module.c --- a/src/http/modules/ngx_http_realip_module.c Tue Nov 03 13:45:22 2009 +0000 +++ b/src/http/modules/ngx_http_realip_module.c Tue Nov 03 14:41:56 2009 +0000 @@ -347,7 +347,7 @@ 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; }