diff options
author | essys <essys@users.noreply.github.com> | 2020-11-20 10:16:35 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2020-12-01 12:09:42 +0000 |
commit | f5e1da1aa950a4c509045f2abcf44390cfcdc6cc (patch) | |
tree | b165bced6b9e18613373a1c76f0101f9f312c674 /apps/encryption/lib/Command | |
parent | 21defabc419c38314a50d9f86035154f1556d92e (diff) | |
download | nextcloud-server-f5e1da1aa950a4c509045f2abcf44390cfcdc6cc.tar.gz nextcloud-server-f5e1da1aa950a4c509045f2abcf44390cfcdc6cc.zip |
Update ScanLegacyFormat.php
Fixed a small typo on line 99.
Diffstat (limited to 'apps/encryption/lib/Command')
-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 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; } |