From 34be04bc4a1a945839badc4e6f4ede4dc4dd6457 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 28 Jun 2018 02:00:05 +0800 Subject: [PATCH] Fix some typos in Ip2Region.class.php --- binding/php/Ip2Region.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binding/php/Ip2Region.class.php b/binding/php/Ip2Region.class.php index f58a07d..f15dc08 100644 --- a/binding/php/Ip2Region.class.php +++ b/binding/php/Ip2Region.class.php @@ -106,7 +106,7 @@ class Ip2Region } /** - * get the data block throught the specifield ip address or long ip numeric with binary search algorithm + * get the data block through the specified ip address or long ip numeric with binary search algorithm * * @param ip * @return mixed Array or NULL for any error @@ -174,7 +174,7 @@ class Ip2Region } /** - * get the data block associated with the specifield ip with b-tree search algorithm + * get the data block associated with the specified ip with b-tree search algorithm * @Note: not thread safe * * @param ip