r67494 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67493‎ | r67494 | r67495 >
Date:00:40, 7 June 2010
Author:yaron
Status:deferred
Tags:
Comment:
More spelling fixes
Modified paths:
  • /trunk/extensions/Maps/Features/DisplayPoint/Maps_BasePointMap.php (modified) (history)
  • /trunk/extensions/Maps/Services/GoogleMaps/GoogleMapFunctions.js (modified) (history)
  • /trunk/extensions/Maps/Services/GoogleMaps3/GoogleMap3Functions.js (modified) (history)
  • /trunk/extensions/Maps/Services/OpenLayers/OpenLayerFunctions.js (modified) (history)
  • /trunk/extensions/Maps/Services/YahooMaps/YahooMapFunctions.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Services/GoogleMaps3/GoogleMap3Functions.js
@@ -1,5 +1,5 @@
22 /**
3 - * Javascript functions for Google Maps v3 functionallity in Maps.
 3+ * Javascript functions for Google Maps v3 functionality in Maps.
44 *
55 * @file GoogleMap3Functions.js
66 * @ingroup MapsGoogleMaps3
@@ -38,4 +38,4 @@
3939
4040 function getGMaps3MarkerData(lat, lon, title, label, icon) {
4141 return {position: new google.maps.LatLng(lat, lon), title: title, label: label, icon: icon};
42 -}
\ No newline at end of file
 42+}
Index: trunk/extensions/Maps/Services/YahooMaps/YahooMapFunctions.js
@@ -1,5 +1,5 @@
22 /**
3 - * Javascript functions for Yahoo! Maps functionallity in Maps and it's extensions
 3+ * Javascript functions for Yahoo! Maps functionality in Maps and its extensions
44 *
55 * @file YahooMapFunctions.js
66 * @ingroup MapsYahooMaps
@@ -113,4 +113,4 @@
114114
115115 function getYMarkerData(lat, lon, title, label, icon) {
116116 return {point: new YGeoPoint(lat, lon), title: title, label: label, icon: icon};
117 - }
\ No newline at end of file
 117+ }
Index: trunk/extensions/Maps/Services/OpenLayers/OpenLayerFunctions.js
@@ -1,5 +1,5 @@
22 /**
3 - * Javascript functions for Open Layers functionallity in Maps and it's extensions
 3+ * Javascript functions for Open Layers functionality in Maps and its extensions
44 *
55 * @file OpenLayerFunctions.js
66 * @ingroup MapsOpenLayers
Index: trunk/extensions/Maps/Services/GoogleMaps/GoogleMapFunctions.js
@@ -1,5 +1,5 @@
22 /**
3 - * Javascript functions for Google Maps functionallity in Maps.
 3+ * Javascript functions for Google Maps functionality in Maps.
44 *
55 * @file GoogleMapFunctions.js
66 * @ingroup MapsGoogleMaps
Index: trunk/extensions/Maps/Features/DisplayPoint/Maps_BasePointMap.php
@@ -211,7 +211,7 @@
212212 private function setCentre() {
213213 if ( empty( $this->centre ) ) {
214214 if ( count( $this->markerData ) == 1 ) {
215 - // If centre is not set and there is exactelly one marker, use it's coordinates.
 215+ // If centre is not set and there is exactly one marker, use its coordinates.
216216 $this->centreLat = Xml::escapeJsString( $this->markerData[0]['lat'] );
217217 $this->centreLon = Xml::escapeJsString( $this->markerData[0]['lon'] );
218218 }

Status & tagging log