Skip to content

Commit

Permalink
Correct transpositions in text
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Condo committed Jun 21, 2013
1 parent bba3f60 commit 0eae760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/Geoip.php
Expand Up @@ -24,7 +24,7 @@ class Geoip {
protected static $iso_3166_countryCodes = array(
'A1' => "Anonymous Proxy",
'A2' => "Satellite Provider",
'A3' => "Internal Netwrok",
'A3' => "Internal Network",
'AD' => "Andorra",
'AE' => "United Arab Emirates",
'AF' => "Afghanistan",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,6 +1,6 @@
{
"name": "silverstripe/geoip",
"description": "GeoIP module for SivlerStripe.",
"description": "GeoIP module for SilverStripe.",
"type": "silverstripe-module",
"keywords": ["silverstripe-labs", "geoip"],
"authors": [
Expand Down

0 comments on commit 0eae760

Please sign in to comment.