http://www.mediawiki.org/wiki/Special:Code/MediaWiki/61099

Revision: 61099
Author:   tparscal
Date:     2010-01-15 19:08:35 +0000 (Fri, 15 Jan 2010)

Log Message:
-----------
Fixed comment typo.

Modified Paths:
--------------
    trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js

Modified: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js
===================================================================
--- trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js        
2010-01-15 19:07:47 UTC (rev 61098)
+++ trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js        
2010-01-15 19:08:35 UTC (rev 61099)
@@ -667,7 +667,7 @@
                .insertAfter( context.$textarea )
                .load( function() {
                        // Internet Explorer will reload the iframe once we 
turn on design mode, so we need to only turn it on
-                       // durring the first run, and then bail
+                       // during the first run, and then bail
                        if ( !this.isSecondRun ) {
                                // Turn the document's design mode on
                                
context.$iframe[0].contentWindow.document.designMode = 'on';



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

Reply via email to