From 7ecafc0fb048c094cd3daa14588448769bea11bf Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Fri, 13 May 2016 16:52:48 -0500
Subject: [PATCH] Issue #2724379 by generalconsensus: Typo on setUnrouted
 function

---
 core/lib/Drupal/Core/Url.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/lib/Drupal/Core/Url.php b/core/lib/Drupal/Core/Url.php
index bf978bfc200a..f29e146973bb 100644
--- a/core/lib/Drupal/Core/Url.php
+++ b/core/lib/Drupal/Core/Url.php
@@ -494,7 +494,7 @@ protected function setUnrouted() {
   }
 
   /**
-   * Generates a URI string that represents tha data in the Url object.
+   * Generates a URI string that represents the data in the Url object.
    *
    * The URI will typically have the scheme of route: even if the object was
    * constructed using an entity: or internal: scheme. A internal: URI that
-- 
GitLab