summaryrefslogtreecommitdiff
path: root/modules/blog/blog.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog/blog.test')
-rw-r--r--modules/blog/blog.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.test b/modules/blog/blog.test
index a3a6c1441..292aa3bd9 100644
--- a/modules/blog/blog.test
+++ b/modules/blog/blog.test
@@ -145,7 +145,7 @@ class BlogTestCase extends DrupalWebTestCase {
$this->assertResponse(200);
$this->assertText(t('View recent blog entries'), t('View recent blog entries link was displayed'));
- // Confirm the recent blog entries link links to the user's blog page.
+ // Confirm the recent blog entries link goes to the user's blog page.
$this->clickLink('View recent blog entries');
$this->assertTitle(t("@name's blog | Drupal", array('@name' => $user->name)), t('View recent blog entries link target was correct'));