diff --git a/apps/encryption/lib/Command/ScanLegacyFormat.php b/apps/encryption/lib/Command/ScanLegacyFormat.php index 3d13485af3f65..c26c60fe5a0cb 100644 --- a/apps/encryption/lib/Command/ScanLegacyFormat.php +++ b/apps/encryption/lib/Command/ScanLegacyFormat.php @@ -95,7 +95,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int } 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; }