diff --git a/core/modules/language/src/ConfigurableLanguageManager.php b/core/modules/language/src/ConfigurableLanguageManager.php index 6eca1a6..36e01a7 100644 --- a/core/modules/language/src/ConfigurableLanguageManager.php +++ b/core/modules/language/src/ConfigurableLanguageManager.php @@ -212,7 +212,7 @@ public function getCurrentLanguage($type = LanguageInterface::TYPE_INTERFACE) { // Ensure we have a valid value for this language type. $this->negotiatedLanguages[$type] = $this->getDefaultLanguage(); - // Ensure that the initalizing array is properly set up for any keys. + // Ensure all language types can be statically cached. if (!isset($this->initializing[$type])) { $this->initializing[$type] = FALSE; }