From bb9b19a7fddf6dfe4195071bba2910add38ffec2 Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Mon, 23 Jul 2012 16:39:25 +0800 Subject: [PATCH] MDL-34449 phpdoc typo correction --- lib/pagelib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pagelib.php b/lib/pagelib.php index 602331476b2..36172c73247 100644 --- a/lib/pagelib.php +++ b/lib/pagelib.php @@ -492,8 +492,8 @@ class moodle_page { } /** - * Please do not call this method directly, use the ->layout_tions syntax. {@link moodle_page::__get()}. - * @return array returns arrys with options for layout file + * Please do not call this method directly, use the ->layout_options syntax. {@link moodle_page::__get()}. + * @return array returns arrays with options for layout file */ protected function magic_get_layout_options() { if (!is_array($this->_layout_options)) {