From: Petr Skoda Date: Mon, 11 Jan 2010 10:03:16 +0000 (+0000) Subject: fixed another docs typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b2ae9661e02001c2fd9248ef2f30861fff49f620;p=moodle.git fixed another docs typo --- diff --git a/lib/outputlib.php b/lib/outputlib.php index a1e7144bcd..d73a6346bb 100644 --- a/lib/outputlib.php +++ b/lib/outputlib.php @@ -163,7 +163,7 @@ class theme_config { public $javascripts_footer = array(); /** - * The names of all the javascript files from parents that should be expcluded. + * The names of all the javascript files from parents that should be excluded. * true value may be used to specify all parents or all themes from one parent. * If no value specified value from parent theme used. *