Skip to content

Commit 6c7b0fa

Browse files
authored
Merge pull request #24480 from nextcloud/backport/24242/stable19
[stable19] Update ScanLegacyFormat.php
2 parents 21defab + f5e1da1 commit 6c7b0fa

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
@@ -95,7 +95,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9595
}
9696

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

0 commit comments

Comments
 (0)