https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112463

Revision: 112463
Author:   tstarling
Date:     2012-02-27 01:02:55 +0000 (Mon, 27 Feb 2012)
Log Message:
-----------
Fixed a typo in a boilerplate comment that Jeroen copied to many files, 
JavasSript -> JavaScript

Modified Paths:
--------------
    trunk/extensions/Contest/resources/contest.special.contest.js
    trunk/extensions/Contest/resources/contest.special.contests.js
    trunk/extensions/Contest/resources/contest.special.editcontest.js
    trunk/extensions/Contest/resources/contest.special.signup.js
    trunk/extensions/Contest/resources/contest.special.submission.js
    trunk/extensions/Contest/resources/contest.special.welcome.js
    trunk/extensions/Contest/resources/jquery.contestChallenges.js
    trunk/extensions/Contest/resources/jquery.contestEmail.js
    trunk/extensions/Contest/resources/jquery.contestSubmission.js
    trunk/extensions/EducationProgram/resources/ep.addcourse.js
    trunk/extensions/EducationProgram/resources/ep.addorg.js
    trunk/extensions/EducationProgram/resources/ep.ambprofile.js
    trunk/extensions/EducationProgram/resources/ep.api.js
    trunk/extensions/EducationProgram/resources/ep.articletable.js
    trunk/extensions/EducationProgram/resources/ep.combobox.js
    trunk/extensions/EducationProgram/resources/ep.datepicker.js
    trunk/extensions/EducationProgram/resources/ep.disenroll.js
    trunk/extensions/EducationProgram/resources/ep.enlist.js
    trunk/extensions/EducationProgram/resources/ep.formpage.js
    trunk/extensions/EducationProgram/resources/ep.imageinput.js
    trunk/extensions/EducationProgram/resources/ep.js
    trunk/extensions/EducationProgram/resources/ep.pager.js
    trunk/extensions/EducationProgram/resources/jquery.imageinput.js
    trunk/extensions/IncludeWP/ext.incwp.js
    trunk/extensions/LiveTranslate/includes/ext.lt.google.js
    trunk/extensions/LiveTranslate/includes/ext.lt.load.js
    trunk/extensions/LiveTranslate/includes/ext.lt.ms.js
    trunk/extensions/LiveTranslate/includes/ext.lt.tm.js
    trunk/extensions/LiveTranslate/includes/jquery.liveTranslate.js
    trunk/extensions/Maps/includes/ext.maps.common.js
    trunk/extensions/Maps/includes/ext.maps.coord.js
    trunk/extensions/Maps/includes/services/GoogleMaps3/ext.maps.googlemaps3.js
    trunk/extensions/Maps/includes/services/GoogleMaps3/jquery.googlemap.js
    trunk/extensions/Maps/includes/services/OpenLayers/ext.maps.openlayers.js
    trunk/extensions/Maps/includes/services/OpenLayers/jquery.openlayers.js
    trunk/extensions/Maps/includes/services/YahooMaps/ext.maps.yahoomaps.js
    trunk/extensions/Maps/includes/services/YahooMaps/jquery.yahoomaps.js
    trunk/extensions/Nuke/ext.nuke.js
    trunk/extensions/PAMELA/resources/ext.pam.common.js
    trunk/extensions/PAMELA/resources/ext.pam.listwidget.js
    trunk/extensions/PAMELA/resources/ext.pam.openwidget.js
    trunk/extensions/PAMELA/resources/ext.pam.personwidget.js
    trunk/extensions/Push/includes/ext.push.tab.js
    trunk/extensions/Push/specials/ext.push.special.js
    trunk/extensions/Ratings/allrating/ext.ratings.allrating.js
    trunk/extensions/Ratings/js/ext.ratings.common.js
    trunk/extensions/Ratings/starrating/ext.ratings.stars.js
    trunk/extensions/SemanticForms/libs/SF_imagePreview.js
    trunk/extensions/SemanticImageInput/resources/jquery.instantImage.js
    trunk/extensions/SemanticImageInput/resources/sii.instantImage.js
    trunk/extensions/SemanticMaps/includes/forminputs/jquery.mapforminput.js
    
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/ext.sm.googlemapsinput.js
    
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.gmapsmultiinput.js
    
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.googlemapsinput.js
    
trunk/extensions/SemanticMaps/includes/services/OpenLayers/ext.sm.openlayersinput.js
    
trunk/extensions/SemanticMaps/includes/services/OpenLayers/jquery.openlayersinput.js
    
trunk/extensions/SemanticMaps/includes/services/YahooMaps/ext.sm.yahoomaps.js
    
trunk/extensions/SemanticMaps/includes/services/YahooMaps/jquery.yahoomapsinput.js
    trunk/extensions/SemanticMediaWiki/resources/ext.smw.js
    
trunk/extensions/SemanticResultFormats/Gallery/resources/ext.srf.jcarousel.js
    trunk/extensions/SemanticWatchlist/specials/ext.swl.watchlist.js
    trunk/extensions/SemanticWatchlist/specials/ext.swl.watchlistconditions.js
    trunk/extensions/SemanticWatchlist/specials/jquery.watchlistcondition.js
    trunk/extensions/Survey/resources/ext.survey.answerSelector.js
    trunk/extensions/Survey/resources/ext.survey.js
    trunk/extensions/Survey/resources/ext.survey.special.survey.js
    trunk/extensions/Survey/resources/ext.survey.special.surveys.js
    trunk/extensions/Survey/resources/ext.survey.tag.js
    trunk/extensions/Survey/resources/jquery.survey.js
    trunk/extensions/UploadWizard/resources/ext.upwiz.campaigns.js

Modified: trunk/extensions/Contest/resources/contest.special.contest.js
===================================================================
--- trunk/extensions/Contest/resources/contest.special.contest.js       
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Contest/resources/contest.special.contest.js       
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Contest MediaWiki extension.
+ * JavaScript for the Contest MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Contest
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Contest/resources/contest.special.contests.js
===================================================================
--- trunk/extensions/Contest/resources/contest.special.contests.js      
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Contest/resources/contest.special.contests.js      
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Contest MediaWiki extension.
+ * JavaScript for the Contest MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Contest
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Contest/resources/contest.special.editcontest.js
===================================================================
--- trunk/extensions/Contest/resources/contest.special.editcontest.js   
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Contest/resources/contest.special.editcontest.js   
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Contest MediaWiki extension.
+ * JavaScript for the Contest MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Contest
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Contest/resources/contest.special.signup.js
===================================================================
--- trunk/extensions/Contest/resources/contest.special.signup.js        
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Contest/resources/contest.special.signup.js        
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Contest MediaWiki extension.
+ * JavaScript for the Contest MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Contest
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Contest/resources/contest.special.submission.js
===================================================================
--- trunk/extensions/Contest/resources/contest.special.submission.js    
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Contest/resources/contest.special.submission.js    
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Contest MediaWiki extension.
+ * JavaScript for the Contest MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Contest
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Contest/resources/contest.special.welcome.js
===================================================================
--- trunk/extensions/Contest/resources/contest.special.welcome.js       
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Contest/resources/contest.special.welcome.js       
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Contest MediaWiki extension.
+ * JavaScript for the Contest MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Contest
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Contest/resources/jquery.contestChallenges.js
===================================================================
--- trunk/extensions/Contest/resources/jquery.contestChallenges.js      
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Contest/resources/jquery.contestChallenges.js      
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Contest MediaWiki extension.
+ * JavaScript for the Contest MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Contest
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Contest/resources/jquery.contestEmail.js
===================================================================
--- trunk/extensions/Contest/resources/jquery.contestEmail.js   2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/Contest/resources/jquery.contestEmail.js   2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Contest MediaWiki extension.
+ * JavaScript for the Contest MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Contest
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Contest/resources/jquery.contestSubmission.js
===================================================================
--- trunk/extensions/Contest/resources/jquery.contestSubmission.js      
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Contest/resources/jquery.contestSubmission.js      
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Contest MediaWiki extension.
+ * JavaScript for the Contest MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Contest
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.addcourse.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.addcourse.js 2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.addcourse.js 2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.addorg.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.addorg.js    2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.addorg.js    2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.ambprofile.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.ambprofile.js        
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.ambprofile.js        
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.api.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.api.js       2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.api.js       2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.articletable.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.articletable.js      
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.articletable.js      
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.combobox.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.combobox.js  2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.combobox.js  2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.datepicker.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.datepicker.js        
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.datepicker.js        
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.disenroll.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.disenroll.js 2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.disenroll.js 2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.enlist.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.enlist.js    2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.enlist.js    2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.formpage.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.formpage.js  2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.formpage.js  2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.imageinput.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.imageinput.js        
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.imageinput.js        
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.js   2012-02-27 00:56:41 UTC 
(rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.js   2012-02-27 01:02:55 UTC 
(rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Reviews
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/ep.pager.js
===================================================================
--- trunk/extensions/EducationProgram/resources/ep.pager.js     2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/ep.pager.js     2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/EducationProgram/resources/jquery.imageinput.js
===================================================================
--- trunk/extensions/EducationProgram/resources/jquery.imageinput.js    
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/EducationProgram/resources/jquery.imageinput.js    
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Education Program MediaWiki extension.
+ * JavaScript for the Education Program MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Education_Program
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/IncludeWP/ext.incwp.js
===================================================================
--- trunk/extensions/IncludeWP/ext.incwp.js     2012-02-27 00:56:41 UTC (rev 
112462)
+++ trunk/extensions/IncludeWP/ext.incwp.js     2012-02-27 01:02:55 UTC (rev 
112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the IncludeWP  extension.
+ * JavaScript for the IncludeWP  extension.
  * @see http://www.mediawiki.org/wiki/Extension:Push
  * 
  * @author Jeroen De Dauw <jeroendedauw at gmail dot com>

Modified: trunk/extensions/LiveTranslate/includes/ext.lt.google.js
===================================================================
--- trunk/extensions/LiveTranslate/includes/ext.lt.google.js    2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/LiveTranslate/includes/ext.lt.google.js    2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Google translation functionality in the Live Translate 
extension.
+ * JavaScript for the Google translation functionality in the Live Translate 
extension.
  * @see http://www.mediawiki.org/wiki/Extension:Live_Translate
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/LiveTranslate/includes/ext.lt.load.js
===================================================================
--- trunk/extensions/LiveTranslate/includes/ext.lt.load.js      2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/LiveTranslate/includes/ext.lt.load.js      2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Live Translate extension.
+ * JavaScript for the Live Translate extension.
  * @see https://www.mediawiki.org/wiki/Extension:Live_Translate
  *
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/LiveTranslate/includes/ext.lt.ms.js
===================================================================
--- trunk/extensions/LiveTranslate/includes/ext.lt.ms.js        2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/LiveTranslate/includes/ext.lt.ms.js        2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Microsoft translation functionality in the Live 
Translate extension.
+ * JavaScript for the Microsoft translation functionality in the Live 
Translate extension.
  * @see http://www.mediawiki.org/wiki/Extension:Live_Translate
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/LiveTranslate/includes/ext.lt.tm.js
===================================================================
--- trunk/extensions/LiveTranslate/includes/ext.lt.tm.js        2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/LiveTranslate/includes/ext.lt.tm.js        2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Live Translate extension.
+ * JavaScript for the Live Translate extension.
  * @see http://www.mediawiki.org/wiki/Extension:Live_Translate
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/LiveTranslate/includes/jquery.liveTranslate.js
===================================================================
--- trunk/extensions/LiveTranslate/includes/jquery.liveTranslate.js     
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/LiveTranslate/includes/jquery.liveTranslate.js     
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Live Translate extension.
+ * JavaScript for the Live Translate extension.
  * @see http://www.mediawiki.org/wiki/Extension:Live_Translate
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Maps/includes/ext.maps.common.js
===================================================================
--- trunk/extensions/Maps/includes/ext.maps.common.js   2012-02-27 00:56:41 UTC 
(rev 112462)
+++ trunk/extensions/Maps/includes/ext.maps.common.js   2012-02-27 01:02:55 UTC 
(rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for  the Maps extension.
+ * JavaScript for  the Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Maps
  * 
  * @since 1.0

Modified: trunk/extensions/Maps/includes/ext.maps.coord.js
===================================================================
--- trunk/extensions/Maps/includes/ext.maps.coord.js    2012-02-27 00:56:41 UTC 
(rev 112462)
+++ trunk/extensions/Maps/includes/ext.maps.coord.js    2012-02-27 01:02:55 UTC 
(rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for coordinate handling in the Maps extension.
+ * JavaScript for coordinate handling in the Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Maps
  * 
  * @since 1.0

Modified: 
trunk/extensions/Maps/includes/services/GoogleMaps3/ext.maps.googlemaps3.js
===================================================================
--- trunk/extensions/Maps/includes/services/GoogleMaps3/ext.maps.googlemaps3.js 
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Maps/includes/services/GoogleMaps3/ext.maps.googlemaps3.js 
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for Google Maps v3 maps in the Maps extension.
+ * JavaScript for Google Maps v3 maps in the Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Maps
  * 
  * @author Jeroen De Dauw <jeroendedauw at gmail dot com>

Modified: 
trunk/extensions/Maps/includes/services/GoogleMaps3/jquery.googlemap.js
===================================================================
--- trunk/extensions/Maps/includes/services/GoogleMaps3/jquery.googlemap.js     
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Maps/includes/services/GoogleMaps3/jquery.googlemap.js     
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for Google Maps v3 maps in the Maps extension.
+ * JavaScript for Google Maps v3 maps in the Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Maps
  * 
  * @author Jeroen De Dauw <jeroendedauw at gmail dot com>

Modified: 
trunk/extensions/Maps/includes/services/OpenLayers/ext.maps.openlayers.js
===================================================================
--- trunk/extensions/Maps/includes/services/OpenLayers/ext.maps.openlayers.js   
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Maps/includes/services/OpenLayers/ext.maps.openlayers.js   
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for OpenLayers maps in the Maps extension.
+ * JavaScript for OpenLayers maps in the Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Maps
  * 
  * @author Jeroen De Dauw <jeroendedauw at gmail dot com>

Modified: 
trunk/extensions/Maps/includes/services/OpenLayers/jquery.openlayers.js
===================================================================
--- trunk/extensions/Maps/includes/services/OpenLayers/jquery.openlayers.js     
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Maps/includes/services/OpenLayers/jquery.openlayers.js     
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for OpenLayers maps in the Maps extension.
+ * JavaScript for OpenLayers maps in the Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Maps
  * 
  * @author Jeroen De Dauw <jeroendedauw at gmail dot com>

Modified: 
trunk/extensions/Maps/includes/services/YahooMaps/ext.maps.yahoomaps.js
===================================================================
--- trunk/extensions/Maps/includes/services/YahooMaps/ext.maps.yahoomaps.js     
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Maps/includes/services/YahooMaps/ext.maps.yahoomaps.js     
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for Yahoo! Maps maps in the Maps extension.
+ * JavaScript for Yahoo! Maps maps in the Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Maps
  * 
  * @author Jeroen De Dauw <jeroendedauw at gmail dot com>

Modified: trunk/extensions/Maps/includes/services/YahooMaps/jquery.yahoomaps.js
===================================================================
--- trunk/extensions/Maps/includes/services/YahooMaps/jquery.yahoomaps.js       
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Maps/includes/services/YahooMaps/jquery.yahoomaps.js       
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for OpenLayers maps in the Maps extension.
+ * JavaScript for OpenLayers maps in the Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Maps
  * 
  * @author Jeroen De Dauw <jeroendedauw at gmail dot com>

Modified: trunk/extensions/Nuke/ext.nuke.js
===================================================================
--- trunk/extensions/Nuke/ext.nuke.js   2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Nuke/ext.nuke.js   2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Nuke MediaWiki extension.
+ * JavaScript for the Nuke MediaWiki extension.
  * @see https://www.mediawiki.org/wiki/Extension:Nuke
  *
  * @licence GNU GPL v2 or later

Modified: trunk/extensions/PAMELA/resources/ext.pam.common.js
===================================================================
--- trunk/extensions/PAMELA/resources/ext.pam.common.js 2012-02-27 00:56:41 UTC 
(rev 112462)
+++ trunk/extensions/PAMELA/resources/ext.pam.common.js 2012-02-27 01:02:55 UTC 
(rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for PAMELA extension.
+ * JavaScript for PAMELA extension.
  * @see http://www.mediawiki.org/wiki/Extension:PAMELA
  * 
  * @licence GNU GPL v3

Modified: trunk/extensions/PAMELA/resources/ext.pam.listwidget.js
===================================================================
--- trunk/extensions/PAMELA/resources/ext.pam.listwidget.js     2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/PAMELA/resources/ext.pam.listwidget.js     2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for PAMELA listwidget.
+ * JavaScript for PAMELA listwidget.
  * @see http://www.mediawiki.org/wiki/Extension:PAMELA
  * 
  * @licence GNU GPL v3

Modified: trunk/extensions/PAMELA/resources/ext.pam.openwidget.js
===================================================================
--- trunk/extensions/PAMELA/resources/ext.pam.openwidget.js     2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/PAMELA/resources/ext.pam.openwidget.js     2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for PAMELA openwidget.
+ * JavaScript for PAMELA openwidget.
  * @see http://www.mediawiki.org/wiki/Extension:PAMELA
  * 
  * @licence GNU GPL v3

Modified: trunk/extensions/PAMELA/resources/ext.pam.personwidget.js
===================================================================
--- trunk/extensions/PAMELA/resources/ext.pam.personwidget.js   2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/PAMELA/resources/ext.pam.personwidget.js   2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for PAMELA personwidget.
+ * JavaScript for PAMELA personwidget.
  * @see http://www.mediawiki.org/wiki/Extension:PAMELA
  * 
  * @licence GNU GPL v3

Modified: trunk/extensions/Push/includes/ext.push.tab.js
===================================================================
--- trunk/extensions/Push/includes/ext.push.tab.js      2012-02-27 00:56:41 UTC 
(rev 112462)
+++ trunk/extensions/Push/includes/ext.push.tab.js      2012-02-27 01:02:55 UTC 
(rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Push tab in the Push extension.
+ * JavaScript for the Push tab in the Push extension.
  * @see http://www.mediawiki.org/wiki/Extension:Push
  * 
  * @author Jeroen De Dauw <jeroendedauw at gmail dot com>

Modified: trunk/extensions/Push/specials/ext.push.special.js
===================================================================
--- trunk/extensions/Push/specials/ext.push.special.js  2012-02-27 00:56:41 UTC 
(rev 112462)
+++ trunk/extensions/Push/specials/ext.push.special.js  2012-02-27 01:02:55 UTC 
(rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for Special:Push in the Push extension.
+ * JavaScript for Special:Push in the Push extension.
  * @see http://www.mediawiki.org/wiki/Extension:Push
  * 
  * @author Jeroen De Dauw <jeroendedauw at gmail dot com>

Modified: trunk/extensions/Ratings/allrating/ext.ratings.allrating.js
===================================================================
--- trunk/extensions/Ratings/allrating/ext.ratings.allrating.js 2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/Ratings/allrating/ext.ratings.allrating.js 2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Ratings extension.
+ * JavaScript for the Ratings extension.
  * @see http://www.mediawiki.org/wiki/Extension:Ratings
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Ratings/js/ext.ratings.common.js
===================================================================
--- trunk/extensions/Ratings/js/ext.ratings.common.js   2012-02-27 00:56:41 UTC 
(rev 112462)
+++ trunk/extensions/Ratings/js/ext.ratings.common.js   2012-02-27 01:02:55 UTC 
(rev 112463)
@@ -1,5 +1,5 @@
 /**
- * Common JavasSript for the Ratings extension.
+ * Common JavaScript for the Ratings extension.
  * @see http://www.mediawiki.org/wiki/Extension:Ratings
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Ratings/starrating/ext.ratings.stars.js
===================================================================
--- trunk/extensions/Ratings/starrating/ext.ratings.stars.js    2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/Ratings/starrating/ext.ratings.stars.js    2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Ratings extension.
+ * JavaScript for the Ratings extension.
  * @see http://www.mediawiki.org/wiki/Extension:Ratings
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/SemanticForms/libs/SF_imagePreview.js
===================================================================
--- trunk/extensions/SemanticForms/libs/SF_imagePreview.js      2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/SemanticForms/libs/SF_imagePreview.js      2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Semantic Forms MediaWiki extension.
+ * JavaScript for the Semantic Forms MediaWiki extension.
  *
  * @licence GNU GPL v3+
  * @author Jeroen De Dauw <jeroendedauw at gmail dot com>

Modified: trunk/extensions/SemanticImageInput/resources/jquery.instantImage.js
===================================================================
--- trunk/extensions/SemanticImageInput/resources/jquery.instantImage.js        
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/SemanticImageInput/resources/jquery.instantImage.js        
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Semantic Image Input MediaWiki extension.
+ * JavaScript for the Semantic Image Input MediaWiki extension.
  * 
  * TODO: this was written in a sprint; could be made less evil.
  * 

Modified: trunk/extensions/SemanticImageInput/resources/sii.instantImage.js
===================================================================
--- trunk/extensions/SemanticImageInput/resources/sii.instantImage.js   
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/SemanticImageInput/resources/sii.instantImage.js   
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Semantic Image Input MediaWiki extension.
+ * JavaScript for the Semantic Image Input MediaWiki extension.
  * 
  * TODO: this was written in a sprint; could be made less evil.
  * 

Modified: 
trunk/extensions/SemanticMaps/includes/forminputs/jquery.mapforminput.js
===================================================================
--- trunk/extensions/SemanticMaps/includes/forminputs/jquery.mapforminput.js    
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/SemanticMaps/includes/forminputs/jquery.mapforminput.js    
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the form inputs of the Semantic Maps extension.
+ * JavaScript for the form inputs of the Semantic Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
  * 
  * This jQuery plugin creates a simple interface consisting out of

Modified: 
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/ext.sm.googlemapsinput.js
===================================================================
--- 
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/ext.sm.googlemapsinput.js
       2012-02-27 00:56:41 UTC (rev 112462)
+++ 
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/ext.sm.googlemapsinput.js
       2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Google Maps v3 form input in the Semantic Maps extension.
+ * JavaScript for the Google Maps v3 form input in the Semantic Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
  * 
  * @since 1.0

Modified: 
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.gmapsmultiinput.js
===================================================================
--- 
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.gmapsmultiinput.js
       2012-02-27 00:56:41 UTC (rev 112462)
+++ 
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.gmapsmultiinput.js
       2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Google Maps v3 form input of the Semantic Maps extension.
+ * JavaScript for the Google Maps v3 form input of the Semantic Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
  * 
  * @since 1.0

Modified: 
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.googlemapsinput.js
===================================================================
--- 
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.googlemapsinput.js
       2012-02-27 00:56:41 UTC (rev 112462)
+++ 
trunk/extensions/SemanticMaps/includes/services/GoogleMaps3/jquery.googlemapsinput.js
       2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Google Maps v3 form input of the Semantic Maps extension.
+ * JavaScript for the Google Maps v3 form input of the Semantic Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
  * 
  * @since 1.0

Modified: 
trunk/extensions/SemanticMaps/includes/services/OpenLayers/ext.sm.openlayersinput.js
===================================================================
--- 
trunk/extensions/SemanticMaps/includes/services/OpenLayers/ext.sm.openlayersinput.js
        2012-02-27 00:56:41 UTC (rev 112462)
+++ 
trunk/extensions/SemanticMaps/includes/services/OpenLayers/ext.sm.openlayersinput.js
        2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the OpenLayers form input in the Semantic Maps extension.
+ * JavaScript for the OpenLayers form input in the Semantic Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
  * 
  * @since 1.0

Modified: 
trunk/extensions/SemanticMaps/includes/services/OpenLayers/jquery.openlayersinput.js
===================================================================
--- 
trunk/extensions/SemanticMaps/includes/services/OpenLayers/jquery.openlayersinput.js
        2012-02-27 00:56:41 UTC (rev 112462)
+++ 
trunk/extensions/SemanticMaps/includes/services/OpenLayers/jquery.openlayersinput.js
        2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the OpenLayers form input of the Semantic Maps extension.
+ * JavaScript for the OpenLayers form input of the Semantic Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
  * 
  * @since 1.0

Modified: 
trunk/extensions/SemanticMaps/includes/services/YahooMaps/ext.sm.yahoomaps.js
===================================================================
--- 
trunk/extensions/SemanticMaps/includes/services/YahooMaps/ext.sm.yahoomaps.js   
    2012-02-27 00:56:41 UTC (rev 112462)
+++ 
trunk/extensions/SemanticMaps/includes/services/YahooMaps/ext.sm.yahoomaps.js   
    2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Yahoo! Maps form input in the Semantic Maps extension.
+ * JavaScript for the Yahoo! Maps form input in the Semantic Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
  * 
  * @since 1.0

Modified: 
trunk/extensions/SemanticMaps/includes/services/YahooMaps/jquery.yahoomapsinput.js
===================================================================
--- 
trunk/extensions/SemanticMaps/includes/services/YahooMaps/jquery.yahoomapsinput.js
  2012-02-27 00:56:41 UTC (rev 112462)
+++ 
trunk/extensions/SemanticMaps/includes/services/YahooMaps/jquery.yahoomapsinput.js
  2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Yahoo! Maps form input of the Semantic Maps extension.
+ * JavaScript for the Yahoo! Maps form input of the Semantic Maps extension.
  * @see http://www.mediawiki.org/wiki/Extension:Semantic_Maps
  * 
  * @since 1.0

Modified: trunk/extensions/SemanticMediaWiki/resources/ext.smw.js
===================================================================
--- trunk/extensions/SemanticMediaWiki/resources/ext.smw.js     2012-02-27 
00:56:41 UTC (rev 112462)
+++ trunk/extensions/SemanticMediaWiki/resources/ext.smw.js     2012-02-27 
01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for Semantic MediaWiki.
+ * JavaScript for Semantic MediaWiki.
  * @see http://semantic-mediawiki.org/
  * 
  * @licence GNU GPL v3 or later

Modified: 
trunk/extensions/SemanticResultFormats/Gallery/resources/ext.srf.jcarousel.js
===================================================================
--- 
trunk/extensions/SemanticResultFormats/Gallery/resources/ext.srf.jcarousel.js   
    2012-02-27 00:56:41 UTC (rev 112462)
+++ 
trunk/extensions/SemanticResultFormats/Gallery/resources/ext.srf.jcarousel.js   
    2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for SRF Gallery Carousel module
+ * JavaScript for SRF Gallery Carousel module
  *
  * @licence: GNU GPL v3 or later
  * @author:  mwjames

Modified: trunk/extensions/SemanticWatchlist/specials/ext.swl.watchlist.js
===================================================================
--- trunk/extensions/SemanticWatchlist/specials/ext.swl.watchlist.js    
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/SemanticWatchlist/specials/ext.swl.watchlist.js    
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for Special:SemanticWatchlist in the Semantic Watchlist 
extension.
+ * JavaScript for Special:SemanticWatchlist in the Semantic Watchlist 
extension.
  * @see http://www.mediawiki.org/wiki/Extension:Semantic_Watchlist
  * 
  * @licence GNU GPL v3 or later

Modified: 
trunk/extensions/SemanticWatchlist/specials/ext.swl.watchlistconditions.js
===================================================================
--- trunk/extensions/SemanticWatchlist/specials/ext.swl.watchlistconditions.js  
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/SemanticWatchlist/specials/ext.swl.watchlistconditions.js  
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for Special:WatchlistConditions in the Semantic Watchlist 
extension.
+ * JavaScript for Special:WatchlistConditions in the Semantic Watchlist 
extension.
  * @see http://www.mediawiki.org/wiki/Extension:Semantic_Watchlist
  * 
  * @licence GNU GPL v3 or later

Modified: 
trunk/extensions/SemanticWatchlist/specials/jquery.watchlistcondition.js
===================================================================
--- trunk/extensions/SemanticWatchlist/specials/jquery.watchlistcondition.js    
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/SemanticWatchlist/specials/jquery.watchlistcondition.js    
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for Special:WatchlistConditions in the Semantic Watchlist 
extension.
+ * JavaScript for Special:WatchlistConditions in the Semantic Watchlist 
extension.
  * @see http://www.mediawiki.org/wiki/Extension:Semantic_Watchlist
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Survey/resources/ext.survey.answerSelector.js
===================================================================
--- trunk/extensions/Survey/resources/ext.survey.answerSelector.js      
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Survey/resources/ext.survey.answerSelector.js      
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Survey MediaWiki extension.
+ * JavaScript for the Survey MediaWiki extension.
  * @see https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Survey
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Survey/resources/ext.survey.js
===================================================================
--- trunk/extensions/Survey/resources/ext.survey.js     2012-02-27 00:56:41 UTC 
(rev 112462)
+++ trunk/extensions/Survey/resources/ext.survey.js     2012-02-27 01:02:55 UTC 
(rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Survey MediaWiki extension.
+ * JavaScript for the Survey MediaWiki extension.
  * @see https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Survey
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Survey/resources/ext.survey.special.survey.js
===================================================================
--- trunk/extensions/Survey/resources/ext.survey.special.survey.js      
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Survey/resources/ext.survey.special.survey.js      
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Survey MediaWiki extension.
+ * JavaScript for the Survey MediaWiki extension.
  * @see https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Survey
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Survey/resources/ext.survey.special.surveys.js
===================================================================
--- trunk/extensions/Survey/resources/ext.survey.special.surveys.js     
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/Survey/resources/ext.survey.special.surveys.js     
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Survey MediaWiki extension.
+ * JavaScript for the Survey MediaWiki extension.
  * @see https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Survey
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Survey/resources/ext.survey.tag.js
===================================================================
--- trunk/extensions/Survey/resources/ext.survey.tag.js 2012-02-27 00:56:41 UTC 
(rev 112462)
+++ trunk/extensions/Survey/resources/ext.survey.tag.js 2012-02-27 01:02:55 UTC 
(rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Survey MediaWiki extension.
+ * JavaScript for the Survey MediaWiki extension.
  * @see https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Survey
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/Survey/resources/jquery.survey.js
===================================================================
--- trunk/extensions/Survey/resources/jquery.survey.js  2012-02-27 00:56:41 UTC 
(rev 112462)
+++ trunk/extensions/Survey/resources/jquery.survey.js  2012-02-27 01:02:55 UTC 
(rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Survey MediaWiki extension.
+ * JavaScript for the Survey MediaWiki extension.
  * @see https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:Survey
  * 
  * @licence GNU GPL v3 or later

Modified: trunk/extensions/UploadWizard/resources/ext.upwiz.campaigns.js
===================================================================
--- trunk/extensions/UploadWizard/resources/ext.upwiz.campaigns.js      
2012-02-27 00:56:41 UTC (rev 112462)
+++ trunk/extensions/UploadWizard/resources/ext.upwiz.campaigns.js      
2012-02-27 01:02:55 UTC (rev 112463)
@@ -1,5 +1,5 @@
 /**
- * JavasSript for the Special:UploadCampaigns of the UploadWizard MediaWiki 
extension.
+ * JavaScript for the Special:UploadCampaigns of the UploadWizard MediaWiki 
extension.
  * @see 
https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Extension:UploadWizard
  * 
  * @licence GNU GPL v3 or later


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to