diff --git a/core/lib/Drupal/Core/Config/ConfigImporter.php b/core/lib/Drupal/Core/Config/ConfigImporter.php
index e060cdf..5bf3c95 100644
--- a/core/lib/Drupal/Core/Config/ConfigImporter.php
+++ b/core/lib/Drupal/Core/Config/ConfigImporter.php
@@ -638,7 +638,7 @@ protected function finish(array &$context) {
     // The import is now complete.
     $this->lock->release(static::LOCK_ID);
     $this->reset();
-    $context['message'] = t('Finalising configuration synchronisation.');
+    $context['message'] = t('Finalizing configuration synchronisation.');
     $context['finished'] = 1;
   }
 
