diff --git a/core/modules/views/src/ViewExecutable.php b/core/modules/views/src/ViewExecutable.php
index 34f7500f4d826b050a6dc0ca80fd6514a8976135..94fbcc0d69713c82a98cb8240a94effcf9aeff13 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