summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 7bc2d309d..e8c0a8832 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -797,7 +797,7 @@ function theme_placeholder($text) {
/**
* Generate a themed maintenance page.
*
- * Note: this function is not themable.
+ * Note: this function is not themeable.
*
* @param $content
* The page content to show.
@@ -838,7 +838,7 @@ function theme_maintenance_page($content, $show_messages = TRUE) {
/**
* Generate a themed installation page.
*
- * Note: this function is not themable.
+ * Note: this function is not themeable.
*
* @param $content
* The page content to show.
@@ -885,7 +885,7 @@ function theme_install_page($content) {
/**
* Return a themed list of maintenance tasks to perform.
*
- * Note: this function is not themable.
+ * Note: this function is not themeable.
*/
function theme_task_list($items, $active = NULL) {
$done = isset($items[$active]) || $active == NULL;