diff --git a/core/modules/comment/src/Tests/CommentFieldAccessTest.php b/core/modules/comment/src/Tests/CommentFieldAccessTest.php index b1c3103..5fb0676 100644 --- a/core/modules/comment/src/Tests/CommentFieldAccessTest.php +++ b/core/modules/comment/src/Tests/CommentFieldAccessTest.php @@ -259,7 +259,7 @@ public function testAccessToAdministrativeFields() { $may_view = $set['comment']->mail->access('view', $set['user']); $this->assertEqual($may_view, $set['user']->hasPermission('administer comments')); - // Check no view-access to hostname field for anymore. + // Check no view-access to hostname field for anyone. $may_view = $set['comment']->hostname->access('view', $set['user']); $this->assertEqual($may_view, FALSE); }