diff --git a/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php b/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php index 97d2d3e..989ac42 100644 --- a/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php +++ b/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php @@ -123,7 +123,7 @@ function testUninstallProcess() { // Check language negotiation. try { - $message = 'Language negotiation is not avilable.'; + $message = 'Language negotiation is not available.'; $this->assertTrue(count($this->container->get('language_manager')->getLanguageTypes()) == count($default_types), 'Language types reset'); \Drupal::service('language_negotiator'); $this->fail($message);