ImportCommand: fix typo

Signed-off-by: Thomas Gelf <thomas@gelf.net>
This commit is contained in:
Alexander A. Klimov 2015-10-22 10:31:06 +02:00 committed by Thomas Gelf
parent 6dbc4e2e83
commit 2771e1131d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class ImportCommand extends Command
if ($resourceName) { if ($resourceName) {
$this->db = Db::fromResourceName($resourceName); $this->db = Db::fromResourceName($resourceName);
} else { } else {
$this->fail('Director is not confiured correctly'); $this->fail('Director is not configured correctly');
} }
} }