diff --git a/utils/Commands/UpdateextensionCommand.php b/utils/Commands/UpdateextensionCommand.php index 2fbf2131a..ac9aab203 100644 --- a/utils/Commands/UpdateextensionCommand.php +++ b/utils/Commands/UpdateextensionCommand.php @@ -40,7 +40,7 @@ class UpdateextensionCommand extends Command protected function configure() { $this->setName('ext:update') - ->setDescription('Check for extension upates') + ->setDescription('Check for extension updates') ->setHelp('Retrieves the list of extensions from the repository and offers to either update or install those extension, which met the dependencies. If --url is not set, the repository url from the SeedDMS configuraton is used.') ->addOption('url', '', InputOption::VALUE_REQUIRED, 'Url of repository.', null) ;