Fix: Typo error

This commit is contained in:
Laurent Destailleur 2009-11-13 05:33:22 +00:00
parent 339bdde1e0
commit 01eb1faba9

View File

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