Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoressys <essys@users.noreply.github.com>2020-11-20 12:16:35 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-12-01 15:09:42 +0300
commitf5e1da1aa950a4c509045f2abcf44390cfcdc6cc (patch)
treeb165bced6b9e18613373a1c76f0101f9f312c674 /apps/encryption
parent21defabc419c38314a50d9f86035154f1556d92e (diff)
Update ScanLegacyFormat.php
Fixed a small typo on line 99.
Diffstat (limited to 'apps/encryption')
-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 3d13485af3f..c26c60fe5a0 100644
--- a/apps/encryption/lib/Command/ScanLegacyFormat.php
+++ b/apps/encryption/lib/Command/ScanLegacyFormat.php
@@ -95,7 +95,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;
}