diff --git a/core/lib/Drupal/Core/Path/AliasManager.php b/core/lib/Drupal/Core/Path/AliasManager.php
index fcd7fe577af9ed36053febff8c763bf0c2e498de..7a99a1c5c0f011825313189fa687c347bea10599 100644
--- a/core/lib/Drupal/Core/Path/AliasManager.php
+++ b/core/lib/Drupal/Core/Path/AliasManager.php
@@ -13,7 +13,7 @@
 class AliasManager implements AliasManagerInterface {
 
   /**
-   * The database connectino to use for path lookups.
+   * The database connection to use for path lookups.
    *
    * @var \Drupal\Core\Database\Connection
    */
@@ -161,7 +161,7 @@ public function preloadPathLookups(array $path_list) {
   /**
    * Given a Drupal system URL return one of its aliases if such a one exists.
    * Otherwise, return FALSE.
-
+   *
    * @param $path
    *   The path to investigate for corresponding aliases.
    * @param $langcode