Index: modules/comment/comment.module =================================================================== RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v retrieving revision 1.636 diff -u -p -r1.636 comment.module --- modules/comment/comment.module 14 Jun 2008 16:02:49 -0000 1.636 +++ modules/comment/comment.module 16 Jun 2008 10:55:01 -0000 @@ -592,7 +592,7 @@ function comment_nodeapi(&$node, $op, $a if ($node->comment != COMMENT_NODE_DISABLED) { return db_fetch_array(db_query("SELECT last_comment_timestamp, last_comment_name, comment_count FROM {node_comment_statistics} WHERE nid = %d", $node->nid)); } - return array('last_comment_timestamp' => $node->created, 'last_comment_name' => '', 'commenet_count' => 0); + return array('last_comment_timestamp' => $node->created, 'last_comment_name' => '', 'comment_count' => 0); case 'prepare': if (!isset($node->comment)) {