diff --git a/apps/encryption/lib/Command/ScanLegacyFormat.php b/apps/encryption/lib/Command/ScanLegacyFormat.php index 37da17bab0..802b02df82 100644 --- a/apps/encryption/lib/Command/ScanLegacyFormat.php +++ b/apps/encryption/lib/Command/ScanLegacyFormat.php @@ -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; }