From 70fe2520bc3d9107311939676b0b1201e4b191f0 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Thu, 27 Nov 2003 13:31:13 +0000
Subject: [PATCH] Fixed typo.  Patch by Manuel.

---
 includes/theme.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/includes/theme.inc b/includes/theme.inc
index f0790159a708..cbd63247583b 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -117,10 +117,10 @@ function path_to_theme() {
 }
 
 /**
-  @defgroup themeable Themeable Functions
+  @defgroup themeable Themeable functions
   @{
 
-  Themeable Functions - functions that can be styled differently in themes.
+  Themeable functions - functions that can be styled differently in themes.
 
   @see  theme
   @see  theme.inc
@@ -272,7 +272,7 @@ function theme_node($node, $main = 0, $page = 0) {
 }
 
 /**
-  Returns themed table.
+  Returns themed form element.
 
   @param $title the form element's title
   @param $value the form element's data
-- 
GitLab