diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-11-20 20:39:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-20 20:39:49 +0100 |
commit | 1448b7c923d079c9616f87df3ffa52a4656ac6cc (patch) | |
tree | 1cd6cf99e8a85e4af9207154737944b725f9a18c | |
parent | a06111e1ebfdce42d4ceade145cf5591b4684af5 (diff) | |
parent | fdcfc4edce040ed6bef9a9776b8c81f4064081f6 (diff) | |
download | nextcloud-server-1448b7c923d079c9616f87df3ffa52a4656ac6cc.tar.gz nextcloud-server-1448b7c923d079c9616f87df3ffa52a4656ac6cc.zip |
Merge pull request #24242 from essys/patch-1
Update ScanLegacyFormat.php
-rw-r--r-- | apps/encryption/lib/Command/ScanLegacyFormat.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |