summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-18 05:54:59 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-18 05:54:59 +0000
commitaa2f6162b25b8902a4cdb9d59ee37ff1d91d8820 (patch)
tree2d2825f56b04893d341b61e8b26a67cfed2f5798
parentd5c802645479f872fbce9f9cd9cbed78d4f57b50 (diff)
downloadbrdo-aa2f6162b25b8902a4cdb9d59ee37ff1d91d8820.tar.gz
brdo-aa2f6162b25b8902a4cdb9d59ee37ff1d91d8820.tar.bz2
- Fixed typo: $outpout -> $output. Fixed bug 4690.
-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':