diff --git a/application/clicommands/ImportCommand.php b/application/clicommands/ImportCommand.php index cee58952..fdd319d2 100644 --- a/application/clicommands/ImportCommand.php +++ b/application/clicommands/ImportCommand.php @@ -29,7 +29,7 @@ class ImportCommand extends Command if ($resourceName) { $this->db = Db::fromResourceName($resourceName); } else { - $this->fail('Director is not confiured correctly'); + $this->fail('Director is not configured correctly'); } }