Skip to content

Commit

Permalink
Merge pull request #504 from JeroenDeDauw/typos
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
JeroenDeDauw authored Nov 20, 2018
2 parents 4c6af16 + 71bd0f0 commit 34239d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Presentation/MapsDistanceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static function isDistance( string $distance ): bool {
}

/**
* Normalizes a potential distance by removing spaces and truning comma's into dots.
* Normalizes a potential distance by removing spaces and turning comma's into dots.
*/
protected static function normalizeDistance( string $distance ): string {
$distance = trim( (string)$distance );
Expand Down Expand Up @@ -123,7 +123,7 @@ private static function initUnitRegex() {
}

/**
* Returns a list of all suported units.
* Returns a list of all supported units.
*/
public static function getUnits(): array {
global $egMapsDistanceUnits;
Expand Down

0 comments on commit 34239d0

Please sign in to comment.