Skip to content
Snippets Groups Projects
Commit 01eb1fab authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Typo error

parent 339bdde1
No related branches found
No related tags found
No related merge requests found
......@@ -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)
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment