From 93cb2060ddb103e17e437525c219c792b96692b3 Mon Sep 17 00:00:00 2001 From: Split Date: Mon, 11 Dec 2006 04:07:55 +0000 Subject: [PATCH] fixed typo --- plugins/include/geoip.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/geoip.inc b/plugins/include/geoip.inc index 0c9cb57d..947eca83 100755 --- a/plugins/include/geoip.inc +++ b/plugins/include/geoip.inc @@ -22,7 +22,7 @@ //get a two character country code (eg US, CA etc) native geoip_code2(ip[], ccode[3]); -//get a three character country code (eg USA, cAN etc) +//get a three character country code (eg USA, CAN etc) native geoip_code3(ip[], result[4]); //get a full country name. max name is 45 chars