From fdcfc4edce040ed6bef9a9776b8c81f4064081f6 Mon Sep 17 00:00:00 2001 From: essys Date: Fri, 20 Nov 2020 10:16:35 +0100 Subject: Update ScanLegacyFormat.php Fixed a small typo on line 99. --- apps/encryption/lib/Command/ScanLegacyFormat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/encryption/lib/Command/ScanLegacyFormat.php') diff --git a/apps/encryption/lib/Command/ScanLegacyFormat.php b/apps/encryption/lib/Command/ScanLegacyFormat.php index 37da17bab07..802b02df826 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; } -- cgit v1.2.3