From 84540ba5f39f32b5b5afea8ba690b1c9f827a7be Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Mon, 22 Sep 2014 14:17:24 -0700 Subject: [PATCH] Issue #2342169 by benjy: Fix typo in ViewExecutable --- core/modules/views/src/ViewExecutable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/views/src/ViewExecutable.php b/core/modules/views/src/ViewExecutable.php index 34f7500f4d8..94fbcc0d697 100644 --- a/core/modules/views/src/ViewExecutable.php +++ b/core/modules/views/src/ViewExecutable.php @@ -1748,7 +1748,7 @@ class ViewExecutable { /** * Gets the current user. * - * Views plugins can recieve the current user in order to not need dependency + * Views plugins can receive the current user in order to not need dependency * injection. * * @return \Drupal\Core\Session\AccountInterface