Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js |
— | — | @@ -667,7 +667,7 @@ |
668 | 668 | .insertAfter( context.$textarea ) |
669 | 669 | .load( function() { |
670 | 670 | // Internet Explorer will reload the iframe once we turn on design mode, so we need to only turn it on |
671 | | - // durring the first run, and then bail |
| 671 | + // during the first run, and then bail |
672 | 672 | if ( !this.isSecondRun ) { |
673 | 673 | // Turn the document's design mode on |
674 | 674 | context.$iframe[0].contentWindow.document.designMode = 'on'; |