diff src/http/modules/ngx_http_geoip_module.c @ 3914:2b92090d8a43

fix typo
author Igor Sysoev <igor@sysoev.ru>
date Wed, 11 May 2011 09:25:37 +0000
parents 30d4d6187316
children e3645e338937
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;
     }