aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-11-20 20:39:49 +0100
committerGitHub <noreply@github.com>2020-11-20 20:39:49 +0100
commit1448b7c923d079c9616f87df3ffa52a4656ac6cc (patch)
tree1cd6cf99e8a85e4af9207154737944b725f9a18c
parenta06111e1ebfdce42d4ceade145cf5591b4684af5 (diff)
parentfdcfc4edce040ed6bef9a9776b8c81f4064081f6 (diff)
downloadnextcloud-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.php2
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;
}