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) */