From a475c67308a6d76364ca1c574ebec3484504d61f Mon Sep 17 00:00:00 2001 From: jerome Date: Wed, 15 Jul 2009 06:11:55 +0000 Subject: [PATCH] moodle_page: MDL-12212 misspelling --- lib/pagelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pagelib.php b/lib/pagelib.php index bb2337a939..bf19c141d8 100644 --- a/lib/pagelib.php +++ b/lib/pagelib.php @@ -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. -- 2.39.5