From fc74279d110c36fd63fe17cacbab52b972c53513 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Wed, 29 May 2013 15:55:55 -0400 Subject: [PATCH] s/block in/block/ --- src/GeoIP2/Model/City.php | 2 +- src/GeoIP2/Model/CityIspOrg.php | 2 +- src/GeoIP2/Model/Country.php | 2 +- src/GeoIP2/Model/Omni.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GeoIP2/Model/City.php b/src/GeoIP2/Model/City.php index f01fa4d..ac1b56c 100644 --- a/src/GeoIP2/Model/City.php +++ b/src/GeoIP2/Model/City.php @@ -28,7 +28,7 @@ namespace GeoIP2\Model; * * @property \GeoIP2\Record\Country $registeredCountry Registered country * data for the requested IP address. This record represents the country - * where the ISP has registered a given IP block in and may differ from the + * where the ISP has registered a given IP block and may differ from the * user's country. * * @property \GeoIP2\Record\RepresentedCountry $representedCountry diff --git a/src/GeoIP2/Model/CityIspOrg.php b/src/GeoIP2/Model/CityIspOrg.php index 834130d..3badfe5 100644 --- a/src/GeoIP2/Model/CityIspOrg.php +++ b/src/GeoIP2/Model/CityIspOrg.php @@ -28,7 +28,7 @@ namespace GeoIP2\Model; * * @property \GeoIP2\Record\Country $registeredCountry Registered country * data for the requested IP address. This record represents the country - * where the ISP has registered a given IP block in and may differ from the + * where the ISP has registered a given IP block and may differ from the * user's country. * * @property \GeoIP2\Record\RepresentedCountry $representedCountry diff --git a/src/GeoIP2/Model/Country.php b/src/GeoIP2/Model/Country.php index e0c6745..011b610 100644 --- a/src/GeoIP2/Model/Country.php +++ b/src/GeoIP2/Model/Country.php @@ -22,7 +22,7 @@ namespace GeoIP2\Model; * * @property \GeoIP2\Record\Country $registeredCountry Registered country * data for the requested IP address. This record represents the country - * where the ISP has registered a given IP block in and may differ from the + * where the ISP has registered a given IP block and may differ from the * user's country. * * @property \GeoIP2\Record\RepresentedCountry $representedCountry diff --git a/src/GeoIP2/Model/Omni.php b/src/GeoIP2/Model/Omni.php index 909b5f2..4445a04 100644 --- a/src/GeoIP2/Model/Omni.php +++ b/src/GeoIP2/Model/Omni.php @@ -28,7 +28,7 @@ namespace GeoIP2\Model; * * @property \GeoIP2\Record\Country $registeredCountry Registered country * data for the requested IP address. This record represents the country - * where the ISP has registered a given IP block in and may differ from the + * where the ISP has registered a given IP block and may differ from the * user's country. * * @property \GeoIP2\Record\RepresentedCountry $representedCountry