Minor: Fix grammar mistake in an error message

This commit is contained in:
Yahnis Elsts 2022-12-01 17:38:30 +02:00
parent c4bf64eca4
commit 304020175d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ if ( !class_exists(Package::class, false) ):
//This can happen if the filename points to something that is not a plugin.
$this->updateChecker->triggerError(
sprintf(
"Can't to read the Version header for '%s'. The filename is incorrect or is not a plugin.",
"Cannot read the Version header for '%s'. The filename is incorrect or is not a plugin.",
$this->updateChecker->pluginFile
),
E_USER_WARNING