Update ScanLegacyFormat.php

Fixed a small typo on line 99.
pull/24242/head
essys 6 years ago committed by GitHub
parent f8a2c08c41
commit fdcfc4edce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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;
}

Loading…
Cancel
Save