Merge pull request #24242 from essys/patch-1

Update ScanLegacyFormat.php
This commit is contained in:
Morris Jobke 2020-11-20 20:39:49 +01:00 committed by GitHub
commit 1448b7c923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ class ScanLegacyFormat extends Command {
}
if ($result) {
$output->writeln('All scanned files are propperly encrypted. You can disable the legacy compatibility mode.');
$output->writeln('All scanned files are properly encrypted. You can disable the legacy compatibility mode.');
return 0;
}