From c8c6b7d74c7bfe146e5ccc58104ab2ca0aebf76d Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 13 Mar 2026 13:41:46 +0100 Subject: [PATCH] fix typo --- utils/Commands/UpdateextensionCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ;