aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-05-11 09:25:37 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-05-11 09:25:37 +0000
commit20b52bec63099c5bb345fa806accd91f19f52aee (patch)
tree3b17c75e8a722810eb4a95a552279d41e0e47592 /src
parentdc336358ab42703ee61471a9f4db40ebf216111c (diff)
downloadnginx-20b52bec63099c5bb345fa806accd91f19f52aee.tar.gz
nginx-20b52bec63099c5bb345fa806accd91f19f52aee.zip
fix typo
Diffstat (limited to 'src')
-rw-r--r--src/http/modules/ngx_http_geoip_module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_geoip_module.c b/src/http/modules/ngx_http_geoip_module.c
index 34140a198..cf8b720ee 100644
--- 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, 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;
}