MDL-34449 phpdoc typo correction

This commit is contained in:
Aparup Banerjee
2012-07-23 16:40:30 +08:00
parent 8e711c3af0
commit bb9b19a7fd
+2 -2
View File
@@ -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)) {