diff --git a/modules/comment.module b/modules/comment.module
index d5ddbfacc0bb670633950032da28d4d46553c312..a5990e36e9d1d4dd54c583f9f6028eb2397a829d 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 d5ddbfacc0bb670633950032da28d4d46553c312..a5990e36e9d1d4dd54c583f9f6028eb2397a829d 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;