Skip to content

Commit

Permalink
Fixing a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantcholakov committed Mar 3, 2014
1 parent e14a286 commit ac50634
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Egn.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ class Egn {
'Шумен' => 903, /* от 872 до 903 */
'Ямбол' => 925, /* от 904 до 925 */
'Друг/Неизвестен' => 999, /* от 926 до 999 - Такъв регион понякога се ползва при
родени преди 1900, за родени в чужбина
или ако в даден регион се родят повече
деца от предвиденото. Доколкото ми е
известно няма правило при ползването
на 926 - 999 */
родени преди 1900, за родени в чужбина
или ако в даден регион се родят повече
деца от предвиденото. Доколкото ми е
известно няма правило при ползването
на 926 - 999 */
);

protected static $EGN_REGIONS_LAST_NUM = array();
Expand Down Expand Up @@ -360,7 +360,7 @@ public static function get_birthday($string) {
}

/* Is it a personal number of foreigner? A simple check. */
public static function is_forigner($string) {
public static function is_foreigner($string) {

if (strlen($string) > 3) {

Expand Down

0 comments on commit ac50634

Please sign in to comment.