]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed some words
authormoodler <moodler>
Sat, 14 Oct 2006 07:29:34 +0000 (07:29 +0000)
committermoodler <moodler>
Sat, 14 Oct 2006 07:29:34 +0000 (07:29 +0000)
lib/editor/htmlarea/htmlarea.php
lib/editor/htmlarea/htmlarea_bak.php
lib/editor/htmlarea/plugins/SpellChecker/spell-check-ui.js
lib/editor/htmlarea/popups/fullscreen.php
lib/editor/htmlarea/popupwin.js

index aea3a2e11df5c156aa165e1c03de9b3f1fd4866d..d53618f931f44f7570cb1ab793161a98a16b887f 100644 (file)
@@ -2101,7 +2101,7 @@ HTMLArea.cloneObject = function(obj) {
         newObj = obj.constructor();
     }
 
-    // check for function objects (as usual, IE is fucked up)
+    // check for function objects (as usual, IE is phucked up)
     if (obj.constructor.toString().indexOf("function Function(") >= 0) {
         newObj = obj; // just copy reference to it
     } else for (var n in obj) {
index 8604208796482ff5a7961520f1244bf759fc0b7d..bf9c16ea9bceab8ba1497814064179a53be18223 100644 (file)
@@ -1920,7 +1920,7 @@ HTMLArea.cloneObject = function(obj) {
         newObj = obj.constructor();
     }
 
-    // check for function objects (as usual, IE is fucked up)
+    // check for function objects (as usual, IE is phucked up)
     if (obj.constructor.toString().indexOf("function Function(") == 1) {
         newObj = obj; // just copy reference to it
     } else for (var n in obj) {
index f24287b6f2a675a3f431fe09a9c5aa4f91c1fa48..ac221d2c25282ba333388466d05f0d20a0833c0a 100644 (file)
@@ -37,7 +37,7 @@ function makeCleanDoc(leaveFixed) {
                        el.parentNode.removeChild(el.nextSibling);
                }
        }
-       // we should use innerHTML here, but IE6's implementation fucks up the
+       // we should use innerHTML here, but IE6's implementation phucks up the
        // HTML to such extent that our poor Perl parser doesn't understand it
        // anymore.
        return window.opener.HTMLArea.getHTML(frame.contentWindow.document.body, leaveFixed);
index 78b1ca8f8d160b5aee90c015aa2d2e98e84dffc7..3981da8c3b5e48b2f692352dbc83ea5999dd72de 100644 (file)
@@ -78,7 +78,7 @@ function cloneObject(obj) {
     newObj = obj.constructor();
   }
 
-  // check for function objects (as usual, IE is fucked up)
+  // check for function objects (as usual, IE is phucked up)
   if (obj.constructor.toString().indexOf("function Function(") >= 0) {
     newObj = obj; // just copy reference to it
   } else for (var n in obj) {
index c37c0281751749b8728cc67a41567d5e64c89f39..e5fad1a61701036e3f8a7930a3790412901455e7 100644 (file)
@@ -105,7 +105,7 @@ PopupWin.prototype.showAtElement = function() {
     setTimeout(function() {
         var w = self.content.offsetWidth + 4;
         var h = self.content.offsetHeight + 4;
-        // size to content -- that's fuckin' buggy in all fuckin' browsers!!!
+        // size to content -- that's phuckin' buggy in all phuckin' browsers!!!
         // so that we set a larger size for the dialog window and then center
         // the element inside... phuck!