From 92a8adea653b29a9e6ee7778e8628f57b959ca4f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 30 Dec 2008 16:43:20 +0000 Subject: - Patch #352470 by scor: fixed typos and grammar in comments. --- modules/comment/comment.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/comment') diff --git a/modules/comment/comment.test b/modules/comment/comment.test index 2de972d03..4a3d08736 100644 --- a/modules/comment/comment.test +++ b/modules/comment/comment.test @@ -483,7 +483,7 @@ class CommentApprovalTest extends CommentHelperCase { function testApprovalAdminInterface() { $this->drupalLogin($this->admin_user); - // Set anonymouse comments to require approval. + // Set anonymous comments to require approval. $this->setAnonymousUserComment(TRUE, FALSE); $this->setCommentAnonymous('0'); // Ensure that doesn't require contact info. $this->drupalLogout(); @@ -517,7 +517,7 @@ class CommentApprovalTest extends CommentHelperCase { function testApprovalNodeInterface() { $this->drupalLogin($this->admin_user); - // Set anonymouse comments to require approval. + // Set anonymous comments to require approval. $this->setAnonymousUserComment(TRUE, FALSE); $this->setCommentAnonymous('0'); // Ensure that doesn't require contact info. $this->drupalLogout(); @@ -528,7 +528,7 @@ class CommentApprovalTest extends CommentHelperCase { $this->postComment($this->node, $subject, $body, TRUE, TRUE); // Set $contact to true so that it won't check for id and message. $this->assertText(t('Your comment has been queued for moderation by site administrators and will be published after approval.'), t('Comment requires approval.')); - // Get unaproved comment id. + // Get unapproved comment id. $this->drupalLogin($this->admin_user); $anonymous_comment4 = $this->getUnapprovedComment($subject); $anonymous_comment4 = (object) array('id' => $anonymous_comment4, 'subject' => $subject, 'comment' => $body); -- cgit v1.2.3