Update ScanLegacyFormat.php

Fixed a small typo on line 99.
This commit is contained in:
essys 2020-11-20 10:16:35 +01:00 committed by backportbot[bot]
parent 21defabc41
commit f5e1da1aa9
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,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;
}