X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Fsrc%2FCommentFieldItemList.php;h=73215e86981615aa6cf6d395cee3de263ce56be3;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=7a4cdad4e6d82ef9d0e7cda048dd13a76684163e;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/comment/src/CommentFieldItemList.php b/web/core/modules/comment/src/CommentFieldItemList.php index 7a4cdad4e..73215e869 100644 --- a/web/core/modules/comment/src/CommentFieldItemList.php +++ b/web/core/modules/comment/src/CommentFieldItemList.php @@ -50,7 +50,7 @@ class CommentFieldItemList extends FieldItemList { return $return_as_object ? $result : $result->isAllowed(); } if ($operation === 'view') { - // Only users with either post comments or access comments permisison can + // Only users with "post comments" or "access comments" permission can // view the field value. The formatter, // Drupal\comment\Plugin\Field\FieldFormatter\CommentDefaultFormatter, // takes care of showing the thread and form based on individual