summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
diff options
context:
space:
mode:
authoressys <essys@users.noreply.github.com>2020-11-20 10:16:35 +0100
committerGitHub <noreply@github.com>2020-11-20 10:16:35 +0100
commitfdcfc4edce040ed6bef9a9776b8c81f4064081f6 (patch)
tree06cc34e3e2a72b2fe235750785cb1a234bb61ed8 /apps/encryption/lib
parentf8a2c08c417fdc10fea27f6a3d67c72cce0967a4 (diff)
downloadnextcloud-server-fdcfc4edce040ed6bef9a9776b8c81f4064081f6.tar.gz
nextcloud-server-fdcfc4edce040ed6bef9a9776b8c81f4064081f6.zip
Update ScanLegacyFormat.php
Fixed a small typo on line 99.
Diffstat (limited to 'apps/encryption/lib')
-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;
}