diff --git a/src/Faker/Calculator/TCNo.php b/src/Faker/Calculator/TCNo.php index 392d455241..291c212dca 100644 --- a/src/Faker/Calculator/TCNo.php +++ b/src/Faker/Calculator/TCNo.php @@ -8,7 +8,7 @@ class TCNo { /** * Generates Turkish Identity Number Checksum - * Gets first 9 digit as prefix and calcuates checksums + * Gets first 9 digit as prefix and calculates checksum * * https://en.wikipedia.org/wiki/Turkish_Identification_Number * @@ -40,7 +40,7 @@ public static function checksum($identityPrefix) } /** - * Checks whether an TCNo has a valid checksum + * Checks whether a TCNo has a valid checksum * * @param string $tcNo * @return boolean