diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index d2d0982..a4d159c 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -2414,7 +2414,7 @@ function language_default_locked_languages($weight = 0) { * @return \Drupal\core\Language\Language|null * A fully-populated language object or NULL. * - * @see \Druoal\Core\Language\LanguageManager::loadLanguage(). + * @see \Drupal\Core\Language\LanguageManager::loadLanguage(). */ function language_load($langcode) { return Drupal::languageManager()->loadLanguage($langcode); diff --git a/core/modules/language/tests/language_test/lib/Drupal/language_test/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php b/core/modules/language/tests/language_test/lib/Drupal/language_test/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php index 5fa4208..de3bb80 100644 --- a/core/modules/language/tests/language_test/lib/Drupal/language_test/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php +++ b/core/modules/language/tests/language_test/lib/Drupal/language_test/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php @@ -16,7 +16,7 @@ * Class for identifying language from a selected language. * * @Plugin( - * id = LanguageNegotiationTestTs::METHOD_ID, + * id = Drupal\language_test\\Plugin\LanguageNegotiation\LanguageNegotiationTestTs::METHOD_ID, * weight = -10, * name = @Translation("Type-specific test"), * description = @Translation("This is a test language negotiation method."),