From: moodler Date: Sat, 14 Oct 2006 07:29:34 +0000 (+0000) Subject: Fixed some words X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f1e4c519df653e52589c9be8867207391e33c563;p=moodle.git Fixed some words --- diff --git a/lib/editor/htmlarea/htmlarea.php b/lib/editor/htmlarea/htmlarea.php index aea3a2e11d..d53618f931 100644 --- a/lib/editor/htmlarea/htmlarea.php +++ b/lib/editor/htmlarea/htmlarea.php @@ -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) { diff --git a/lib/editor/htmlarea/htmlarea_bak.php b/lib/editor/htmlarea/htmlarea_bak.php index 8604208796..bf9c16ea9b 100644 --- a/lib/editor/htmlarea/htmlarea_bak.php +++ b/lib/editor/htmlarea/htmlarea_bak.php @@ -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) { diff --git a/lib/editor/htmlarea/plugins/SpellChecker/spell-check-ui.js b/lib/editor/htmlarea/plugins/SpellChecker/spell-check-ui.js index f24287b6f2..ac221d2c25 100644 --- a/lib/editor/htmlarea/plugins/SpellChecker/spell-check-ui.js +++ b/lib/editor/htmlarea/plugins/SpellChecker/spell-check-ui.js @@ -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); diff --git a/lib/editor/htmlarea/popups/fullscreen.php b/lib/editor/htmlarea/popups/fullscreen.php index 78b1ca8f8d..3981da8c3b 100644 --- a/lib/editor/htmlarea/popups/fullscreen.php +++ b/lib/editor/htmlarea/popups/fullscreen.php @@ -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) { diff --git a/lib/editor/htmlarea/popupwin.js b/lib/editor/htmlarea/popupwin.js index c37c028175..e5fad1a617 100644 --- a/lib/editor/htmlarea/popupwin.js +++ b/lib/editor/htmlarea/popupwin.js @@ -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!