Merge pull request #24480 from nextcloud/backport/24242/stable19

[stable19] Update ScanLegacyFormat.php
This commit is contained in:
Morris Jobke 2020-12-01 13:42:07 +01:00 committed by GitHub
commit 6c7b0faeec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}