From 50dac6f6715d74bddce652a48208bfeaa91b5dd1 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Wed, 20 Jul 2005 15:13:12 +0000
Subject: [PATCH] - Fixed typo reported by Stefan: theem -> theme

---
 modules/comment.module         | 2 +-
 modules/comment/comment.module | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/comment.module b/modules/comment.module
index d5ddbfacc0bb..a5990e36e9d1 100644
--- a/modules/comment.module
+++ b/modules/comment.module
@@ -710,7 +710,7 @@ function comment_save($edit) {
     }
   }
   else {
-    $txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theem('placeholder', $edit['subject'])));
+    $txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theme('placeholder', $edit['subject'])));
     watchdog('content', $txt, WATCHDOG_WARNING);
     drupal_set_message($txt, 'error');
     return FALSE;
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index d5ddbfacc0bb..a5990e36e9d1 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -710,7 +710,7 @@ function comment_save($edit) {
     }
   }
   else {
-    $txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theem('placeholder', $edit['subject'])));
+    $txt = t('Comment: unauthorized comment submitted or comment submitted to a closed node %subject.', array('%subject' => theme('placeholder', $edit['subject'])));
     watchdog('content', $txt, WATCHDOG_WARNING);
     drupal_set_message($txt, 'error');
     return FALSE;
-- 
GitLab