From e2d0ecae9b45805db528670d207d38efd3371c58 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Mon, 28 Jul 2014 09:02:21 +0100
Subject: [PATCH] Issue #2309927 by martin107: Return of the silly typo.

---
 .../language/src/ConfigurableLanguageManagerInterface.php       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/language/src/ConfigurableLanguageManagerInterface.php b/core/modules/language/src/ConfigurableLanguageManagerInterface.php
index 0d15e2fcea00..3b52cd483fe0 100644
--- a/core/modules/language/src/ConfigurableLanguageManagerInterface.php
+++ b/core/modules/language/src/ConfigurableLanguageManagerInterface.php
@@ -23,7 +23,7 @@ public static function rebuildServices();
   /**
    * Returns the language negotiator.
    *
-   * @retun \Drupal\language\LanguageNegotiatorInterface
+   * @return \Drupal\language\LanguageNegotiatorInterface
    *   The language negotiator.
    */
   public function getNegotiator();
-- 
GitLab