Index: trunk/extensions/Maps/includes/Maps_Layer.php |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | } |
70 | 70 | |
71 | 71 | /** |
72 | | - * Returns the error messages, optionaly filtered by an error tag. |
| 72 | + * Returns the error messages, optionally filtered by an error tag. |
73 | 73 | * |
74 | 74 | * @since 0.7.1 |
75 | 75 | * |
Index: trunk/extensions/Maps/includes/Maps_Layers.php |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |
56 | | - * Returns the available layer types, optionaly filtered by them requiring the |
| 56 | + * Returns the available layer types, optionally filtered by them requiring the |
57 | 57 | * support of the $service parameter. |
58 | 58 | * |
59 | 59 | * @since 0.7.2 |
Index: trunk/extensions/Maps/includes/Maps_CoordinateParser.php |
— | — | @@ -316,7 +316,7 @@ |
317 | 317 | } |
318 | 318 | |
319 | 319 | /** |
320 | | - * returns whether the coordinates are in float representataion. |
| 320 | + * returns whether the coordinates are in float representation. |
321 | 321 | * |
322 | 322 | * @since 0.6 |
323 | 323 | * |
— | — | @@ -331,7 +331,7 @@ |
332 | 332 | } |
333 | 333 | |
334 | 334 | /** |
335 | | - * returns whether the coordinates are in DMS representataion. |
| 335 | + * returns whether the coordinates are in DMS representation. |
336 | 336 | * |
337 | 337 | * @since 0.6 |
338 | 338 | * |
— | — | @@ -348,7 +348,7 @@ |
349 | 349 | } |
350 | 350 | |
351 | 351 | /** |
352 | | - * returns whether the coordinates are in Decimal Degree representataion. |
| 352 | + * returns whether the coordinates are in Decimal Degree representation. |
353 | 353 | * |
354 | 354 | * @since 0.6 |
355 | 355 | * |
— | — | @@ -363,7 +363,7 @@ |
364 | 364 | } |
365 | 365 | |
366 | 366 | /** |
367 | | - * returns whether the coordinates are in Decimal Minute representataion. |
| 367 | + * returns whether the coordinates are in Decimal Minute representation. |
368 | 368 | * |
369 | 369 | * @since 0.6 |
370 | 370 | * |
— | — | @@ -511,7 +511,7 @@ |
512 | 512 | } |
513 | 513 | |
514 | 514 | /** |
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. |
516 | 516 | * |
517 | 517 | * @since 0.6 |
518 | 518 | * |
— | — | @@ -547,7 +547,7 @@ |
548 | 548 | } |
549 | 549 | |
550 | 550 | /** |
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. |
552 | 552 | * |
553 | 553 | * @since 0.6 |
554 | 554 | * |
— | — | @@ -560,7 +560,7 @@ |
561 | 561 | } |
562 | 562 | |
563 | 563 | /** |
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. |
565 | 565 | * |
566 | 566 | * @since 0.6 |
567 | 567 | * |
— | — | @@ -583,7 +583,7 @@ |
584 | 584 | } |
585 | 585 | |
586 | 586 | /** |
587 | | - * Gets a regex group that allows only the supported seperators. |
| 587 | + * Gets a regex group that allows only the supported separators. |
588 | 588 | * |
589 | 589 | * @since 0.6.2 |
590 | 590 | * |
Index: trunk/extensions/Maps/includes/Maps_DistanceParser.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | private static $unitRegex = false; |
19 | 19 | |
20 | 20 | /** |
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. |
22 | 22 | * |
23 | 23 | * @since 0.6 |
24 | 24 | * |
— | — | @@ -44,7 +44,7 @@ |
45 | 45 | } |
46 | 46 | |
47 | 47 | /** |
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. |
49 | 49 | * |
50 | 50 | * @since 0.6 |
51 | 51 | * |