Skip to content

Commit 1448b7c

Browse files
authored
Merge pull request #24242 from essys/patch-1
Update ScanLegacyFormat.php
2 parents a06111e + fdcfc4e commit 1448b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/encryption/lib/Command/ScanLegacyFormat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9696
}
9797

9898
if ($result) {
99-
$output->writeln('All scanned files are propperly encrypted. You can disable the legacy compatibility mode.');
99+
$output->writeln('All scanned files are properly encrypted. You can disable the legacy compatibility mode.');
100100
return 0;
101101
}
102102

0 commit comments

Comments
 (0)