summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
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':