From 39df78bfeaddbedeb5d9a7e8ccb13f3bbf9c98f6 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Mon, 11 Jan 2010 10:04:39 +0000 Subject: [PATCH] fixed yet another docs typo --- lib/outputlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/outputlib.php b/lib/outputlib.php index d73a6346bb9..cd3776a90a6 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',