Bläddra i källkod

FIX: This fill finish -> This will finish

Signed-off-by: sodimel <corentin@244466666.xyz>
sodimel 1 år sedan
förälder
incheckning
5e18ffa89d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      core/Command/Preview/Repair.php

+ 1 - 1
core/Command/Preview/Repair.php

@@ -149,7 +149,7 @@ class Repair extends Command {
 
 		$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.');