]> git.mjollnir.org Git - moodle.git/commitdiff
moodle_page: MDL-12212 misspelling
authorjerome <jerome>
Wed, 15 Jul 2009 06:11:55 +0000 (06:11 +0000)
committerjerome <jerome>
Wed, 15 Jul 2009 06:11:55 +0000 (06:11 +0000)
lib/pagelib.php

index bb2337a939792d8a6fe65e7772dbe767e2d49828..bf19c141d8692dae1f792299077b9ae6f96c077a 100644 (file)
@@ -335,7 +335,7 @@ class moodle_page {
      */
     public function get_url() {
         if (is_null($this->_url)) {
-            debugging('This page did no call $PAGE->set_url(...). Realying on a guess.', DEBUG_DEVELOPER);
+            debugging('This page did no call $PAGE->set_url(...). Relaying on a guess.', DEBUG_DEVELOPER);
             global $FULLME;
             $this->_url = new moodle_url($FULLME);
             // Make sure the guessed URL cannot lead to dangerous redirects.