changeset 3914:2b92090d8a43

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 May 2011 09:25:37 +0000
parents 97a4df13debc
children e3645e338937
files src/http/modules/ngx_http_geoip_module.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_geoip_module.c
+++ b/src/http/modules/ngx_http_geoip_module.c
@@ -441,7 +441,7 @@ ngx_http_geoip_country(ngx_conf_t *cf, n
 
     if (gcf->country == NULL) {
         ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
-                           "GeoIO_open(\"%V\") failed", &value[1]);
+                           "GeoIP_open(\"%V\") failed", &value[1]);
 
         return NGX_CONF_ERROR;
     }
@@ -491,7 +491,7 @@ ngx_http_geoip_city(ngx_conf_t *cf, ngx_
 
     if (gcf->city == NULL) {
         ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
-                           "GeoIO_open(\"%V\") failed", &value[1]);
+                           "GeoIP_open(\"%V\") failed", &value[1]);
 
         return NGX_CONF_ERROR;
     }