diff options
author | Simon L <szaimen@e.mail.de> | 2023-01-27 11:55:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-27 11:55:38 +0100 |
commit | 8744029e14f0003f0878a953478c24394687c01a (patch) | |
tree | 2e019e9e108848458bb3fe447a37e5d2b59de929 | |
parent | aee6b37f3f908cfe3a3d22d26dceea3f67441fa1 (diff) | |
parent | 5e18ffa89d2c6de12de82502216298dd28e8317f (diff) | |
download | nextcloud-server-8744029e14f0003f0878a953478c24394687c01a.tar.gz nextcloud-server-8744029e14f0003f0878a953478c24394687c01a.zip |
Merge pull request #36395 from corentinbettiol/fix/typo-occ-repair
FIX: This fill finish -> This will finish
-rw-r--r-- | core/Command/Preview/Repair.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Preview/Repair.php b/core/Command/Preview/Repair.php index 0dbb471cce0..4d08024483b 100644 --- a/core/Command/Preview/Repair.php +++ b/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.'); |