]> git.mjollnir.org Git - moodle.git/commitdiff
fixed yet another docs typo
authorPetr Skoda <skodak@moodle.org>
Mon, 11 Jan 2010 10:04:39 +0000 (10:04 +0000)
committerPetr Skoda <skodak@moodle.org>
Mon, 11 Jan 2010 10:04:39 +0000 (10:04 +0000)
lib/outputlib.php

index d73a6346bb99081200cd5339863a54e1d8569fbc..cd3776a90a6bcf45695d052e0fb5752c82965611 100644 (file)
@@ -184,7 +184,7 @@ class theme_config {
      * how you want that type of page to look. For example
      * <pre>
      *   $THEME->layouts = array(
-     *       // Most pages - if we encounter an unknown or amissing page type, this one is used.
+     *       // Most pages - if we encounter an unknown or a missing page type, this one is used.
      *       'standard' => array(
      *           'theme' = 'mytheme',
      *           'file' => 'normal.php',