From 84540ba5f39f32b5b5afea8ba690b1c9f827a7be Mon Sep 17 00:00:00 2001
From: Jennifer Hodgdon <yahgrp@poplarware.com>
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 34f7500f4d82..94fbcc0d6971 100644
--- a/core/modules/views/src/ViewExecutable.php
+++ b/core/modules/views/src/ViewExecutable.php
@@ -1748,7 +1748,7 @@ public function getPath() {
   /**
    * 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
-- 
GitLab