From: Petr Skoda Date: Mon, 11 Jan 2010 10:04:39 +0000 (+0000) Subject: fixed yet another docs typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=39df78bfeaddbedeb5d9a7e8ccb13f3bbf9c98f6;p=moodle.git fixed yet another docs typo --- diff --git a/lib/outputlib.php b/lib/outputlib.php index d73a6346bb..cd3776a90a 100644 --- a/lib/outputlib.php +++ b/lib/outputlib.php @@ -184,7 +184,7 @@ class theme_config { * how you want that type of page to look. For example *
      *   $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',