Typo fixed.
authorLukasz Anwajler <lukasz@anwajler.com>
Wed, 21 Jul 2010 07:56:10 +0000 (02:56 -0500)
committerLukasz Anwajler <lukasz@anwajler.com>
Wed, 21 Jul 2010 07:56:10 +0000 (02:56 -0500)
redakcja/static/js/wiki/view_editor_wysiwyg.js

index 94d7703..34618c4 100644 (file)
@@ -43,7 +43,7 @@
         return true;
     }
 
-    /* Convert HTML frament to plaintext */
+    /* Convert HTML fragment to plaintext */
     var ANNOT_FORBIDDEN = ['pt', 'pa', 'pr', 'pe', 'begin', 'end', 'theme'];
 
     function html2plainText(fragment){