Skip to content

Commit

Permalink
Merge pull request #36395 from corentinbettiol/fix/typo-occ-repair
Browse files Browse the repository at this point in the history
FIX: This fill finish -> This will finish
  • Loading branch information
szaimen authored Jan 27, 2023
2 parents aee6b37 + 5e18ffa commit 8744029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/Preview/Repair.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int

$output->writeln("A total of $total preview files need to be migrated.");
$output->writeln("");
$output->writeln("The migration will always migrate all previews of a single file in a batch. After each batch the process can be canceled by pressing CTRL-C. This fill finish the current batch and then stop the migration. This migration can then just be started and it will continue.");
$output->writeln("The migration will always migrate all previews of a single file in a batch. After each batch the process can be canceled by pressing CTRL-C. This will finish the current batch and then stop the migration. This migration can then just be started and it will continue.");

if ($input->getOption('batch')) {
$output->writeln('Batch mode active: migration is started right away.');
Expand Down

0 comments on commit 8744029

Please sign in to comment.