From e83b00d52693d87cba2be1ad8b80df6d34519d26 Mon Sep 17 00:00:00 2001 From: Steven Wittens <steven@10.no-reply.drupal.org> Date: Thu, 20 Oct 2005 08:56:34 +0000 Subject: [PATCH] - Typo --- 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 72099c13bd4c..8f90417ccab0 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -248,7 +248,7 @@ function comment_nodeapi(&$node, $op, $arg = 0) { $comments = db_result(db_query('SELECT comment_count FROM {node_comment_statistics} WHERE nid = %d', $node->nid)); return format_plural($comments, '1 comment', '%count comments'); - case 'rsss item': + case 'rss item': return array(array('key' => 'comments', 'value' => url('node/'. $node->nid, NULL, 'comment', TRUE))); } } diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 72099c13bd4c..8f90417ccab0 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -248,7 +248,7 @@ function comment_nodeapi(&$node, $op, $arg = 0) { $comments = db_result(db_query('SELECT comment_count FROM {node_comment_statistics} WHERE nid = %d', $node->nid)); return format_plural($comments, '1 comment', '%count comments'); - case 'rsss item': + case 'rss item': return array(array('key' => 'comments', 'value' => url('node/'. $node->nid, NULL, 'comment', TRUE))); } } -- GitLab