]> git.kaiwu.me - nginx.git/commitdiff
fix typo
authorIgor Sysoev <igor@sysoev.ru>
Wed, 11 May 2011 09:25:37 +0000 (09:25 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 11 May 2011 09:25:37 +0000 (09:25 +0000)
src/http/modules/ngx_http_geoip_module.c

index 34140a198d9f4844219e6854230e31564e353318..cf8b720eefe1dd69dfad05802cfea3a4e117975e 100644 (file)
@@ -441,7 +441,7 @@ ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
 
     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_command_t *cmd, void *conf)
 
     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;
     }