Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / language / src / Config / LanguageConfigFactoryOverride.php
index 4c60a72a21f8d450a38539b4f92269ad5f118448..11fcb925b3beafeeb2f51bc5ff213d26a0e04496 100644 (file)
@@ -75,7 +75,7 @@ class LanguageConfigFactoryOverride extends ConfigFactoryOverrideBase implements
     $this->baseStorage = $storage;
     $this->eventDispatcher = $event_dispatcher;
     $this->typedConfigManager = $typed_config;
-    // Prior to negiotiation the override language should be the default
+    // Prior to negotiation the override language should be the default
     // language.
     $this->language = $default_language->get();
   }