diff --git a/core/modules/locale/src/Tests/LocaleUpdateTest.php b/core/modules/locale/src/Tests/LocaleUpdateTest.php
index b656601d6d0f54b764dc3110f0cc03b561cfb43f..ca9c2308a04d8182c7ff79400bf5ff1925a58fab 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.