r86912 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86911‎ | r86912 | r86913 >
Date:22:25, 25 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix typos
Modified paths:
  • /trunk/extensions/Maps/includes/Maps_CoordinateParser.php (modified) (history)
  • /trunk/extensions/Maps/includes/Maps_DistanceParser.php (modified) (history)
  • /trunk/extensions/Maps/includes/Maps_Layer.php (modified) (history)
  • /trunk/extensions/Maps/includes/Maps_Layers.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/includes/Maps_Layer.php
@@ -68,7 +68,7 @@
6969 }
7070
7171 /**
72 - * Returns the error messages, optionaly filtered by an error tag.
 72+ * Returns the error messages, optionally filtered by an error tag.
7373 *
7474 * @since 0.7.1
7575 *
Index: trunk/extensions/Maps/includes/Maps_Layers.php
@@ -52,7 +52,7 @@
5353 }
5454
5555 /**
56 - * Returns the available layer types, optionaly filtered by them requiring the
 56+ * Returns the available layer types, optionally filtered by them requiring the
5757 * support of the $service parameter.
5858 *
5959 * @since 0.7.2
Index: trunk/extensions/Maps/includes/Maps_CoordinateParser.php
@@ -316,7 +316,7 @@
317317 }
318318
319319 /**
320 - * returns whether the coordinates are in float representataion.
 320+ * returns whether the coordinates are in float representation.
321321 *
322322 * @since 0.6
323323 *
@@ -331,7 +331,7 @@
332332 }
333333
334334 /**
335 - * returns whether the coordinates are in DMS representataion.
 335+ * returns whether the coordinates are in DMS representation.
336336 *
337337 * @since 0.6
338338 *
@@ -348,7 +348,7 @@
349349 }
350350
351351 /**
352 - * returns whether the coordinates are in Decimal Degree representataion.
 352+ * returns whether the coordinates are in Decimal Degree representation.
353353 *
354354 * @since 0.6
355355 *
@@ -363,7 +363,7 @@
364364 }
365365
366366 /**
367 - * returns whether the coordinates are in Decimal Minute representataion.
 367+ * returns whether the coordinates are in Decimal Minute representation.
368368 *
369369 * @since 0.6
370370 *
@@ -511,7 +511,7 @@
512512 }
513513
514514 /**
515 - * Takes a set of coordinates in DMS representataion, and returns them in float representataion.
 515+ * Takes a set of coordinates in DMS representation, and returns them in float representation.
516516 *
517517 * @since 0.6
518518 *
@@ -547,7 +547,7 @@
548548 }
549549
550550 /**
551 - * Takes a set of coordinates in Decimal Degree representataion, and returns them in float representataion.
 551+ * Takes a set of coordinates in Decimal Degree representation, and returns them in float representation.
552552 *
553553 * @since 0.6
554554 *
@@ -560,7 +560,7 @@
561561 }
562562
563563 /**
564 - * Takes a set of coordinates in Decimal Minute representataion, and returns them in float representataion.
 564+ * Takes a set of coordinates in Decimal Minute representation, and returns them in float representation.
565565 *
566566 * @since 0.6
567567 *
@@ -583,7 +583,7 @@
584584 }
585585
586586 /**
587 - * Gets a regex group that allows only the supported seperators.
 587+ * Gets a regex group that allows only the supported separators.
588588 *
589589 * @since 0.6.2
590590 *
Index: trunk/extensions/Maps/includes/Maps_DistanceParser.php
@@ -17,7 +17,7 @@
1818 private static $unitRegex = false;
1919
2020 /**
21 - * Parses a distance optionaly containing a unit to a float value in meters.
 21+ * Parses a distance optionally containing a unit to a float value in meters.
2222 *
2323 * @since 0.6
2424 *
@@ -44,7 +44,7 @@
4545 }
4646
4747 /**
48 - * Formats a given distance in meters to a distance in an optionaly specified notation.
 48+ * Formats a given distance in meters to a distance in an optionally specified notation.
4949 *
5050 * @since 0.6
5151 *

Status & tagging log