From 6f183288c603143560669c7e813d3badca42e68f Mon Sep 17 00:00:00 2001
From: Lukasz Anwajler <lukasz@anwajler.com>
Date: Wed, 21 Jul 2010 02:56:10 -0500
Subject: [PATCH] Typo fixed.

---
 redakcja/static/js/wiki/view_editor_wysiwyg.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/redakcja/static/js/wiki/view_editor_wysiwyg.js b/redakcja/static/js/wiki/view_editor_wysiwyg.js
index 94d7703e..34618c4f 100644
--- a/redakcja/static/js/wiki/view_editor_wysiwyg.js
+++ b/redakcja/static/js/wiki/view_editor_wysiwyg.js
@@ -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){
-- 
2.20.1