From 01eb1faba9aa85b59276215d81ecd3e69746a0a7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 13 Nov 2009 05:33:22 +0000 Subject: [PATCH] Fix: Typo error --- htdocs/lib/dolgeoip.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/lib/dolgeoip.class.php b/htdocs/lib/dolgeoip.class.php index 5b27bd0a9e0..811b7e2f41f 100644 --- a/htdocs/lib/dolgeoip.class.php +++ b/htdocs/lib/dolgeoip.class.php @@ -26,7 +26,7 @@ /** - * \class DolGeoIp + * \class DolGeoIP * \brief Classe to manage GeoIP * \remarks Usage: * \remarks $geoip=new GeoIP('country',$datfile); @@ -87,7 +87,7 @@ class DolGeoIP /** * Return in lower case the country code from a host name - * + * * @param $name FQN of host (example: myserver.xyz.com) * @return string Country code (two letters) */