diff --git a/core/modules/locale/src/Tests/LocaleUpdateTest.php b/core/modules/locale/src/Tests/LocaleUpdateTest.php index b656601..ca9c230 100644 --- a/core/modules/locale/src/Tests/LocaleUpdateTest.php +++ b/core/modules/locale/src/Tests/LocaleUpdateTest.php @@ -344,11 +344,11 @@ public function testEnableUninstallModule() { } /** - * Tests automatic translation import when a langauge is added. + * Tests automatic translation import when a language is added. * * When a language is added, the system will check for translations files of * enabled modules and will import them. When a language is removed the system - * will remove all translations of that langugue from the database. + * will remove all translations of that language from the database. */ public function testEnableLanguage() { // Make the hidden test modules look like a normal custom module.