Skip to content

Commit

Permalink
Typo in config import error (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored and weitzman committed Apr 12, 2017
1 parent 4bcd789 commit a207740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/config/ConfigImportCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function doImport($storage_comparer) {
// concurrent synchronizations are an edge-case happening only when
// multiple developers or site builders attempt to do it without
// coordinating.
$message = 'The import failed due for the following reasons:' . "\n";
$message = 'The import failed due to the following reasons:' . "\n";
$message .= implode("\n", $config_importer->getErrors());

watchdog_exception('config_import', $e);
Expand Down Expand Up @@ -159,4 +159,4 @@ public function validate(CommandData $commandData) {
}
}

}
}

0 comments on commit a207740

Please sign in to comment.