diff options
author | sodimel <corentin@244466666.xyz> | 2023-01-26 21:05:01 +0100 |
---|---|---|
committer | sodimel <corentin@244466666.xyz> | 2023-01-26 21:05:01 +0100 |
commit | 5e18ffa89d2c6de12de82502216298dd28e8317f (patch) | |
tree | 13c37caae29c26d5c40670aa21e06b6da3e6fbcd /core/Command/Preview | |
parent | ad00a149ea2bb262e62fbecf11051fd035f90ec4 (diff) | |
download | nextcloud-server-5e18ffa89d2c6de12de82502216298dd28e8317f.tar.gz nextcloud-server-5e18ffa89d2c6de12de82502216298dd28e8317f.zip |
FIX: This fill finish -> This will finish
Signed-off-by: sodimel <corentin@244466666.xyz>
Diffstat (limited to 'core/Command/Preview')
-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.'); |