diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index 97c1c3bba..b1583d118 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -21,7 +21,7 @@ * @return a string containing the help output. */ function theme_help($section) { - $ouptout = ""; + $output = ""; switch ($section) { case 'admin/system/themes#description': |