Fix "lose" spelling

This commit is contained in:
Ludovic Perrine 2018-11-20 15:19:24 +01:00
parent dd9a644e90
commit 4bad4a8f5b
3 changed files with 3 additions and 3 deletions

View file

@ -289,7 +289,7 @@ R. Add also --nofoldersizes since the default behavior is to compute
the transfer will end (ETA).
R. Add also --noexpungeaftereach if you use --delete.
But be warn that an interrupted transfer can loose messages
But be warn that an interrupted transfer can lose messages
on host2 in a second run if you use a (silly) combination like
imapsync ... --delete --noexpunge --noexpungeaftereach --expunge2

View file

@ -2589,7 +2589,7 @@ sub foldersizes_on_h1h2 {
Folders sizes before the synchronization.
You can remove foldersizes listings by using "--nofoldersizes" and "--nofoldersizesatend"
but then you will also loose the ETA (Estimation Time of Arrival) given after each message copy.
but then you will also lose the ETA (Estimation Time of Arrival) given after each message copy.
END_SIZE
( $h1_nb_msg_start, $h1_bytes_start ) = foldersizes( 'Host1', $imap1, $search1, $sync->{abletosearch1}, @h1_folders_wanted ) ;

View file

@ -2689,7 +2689,7 @@ sub foldersizes_on_h1h2 {
Folders sizes before the synchronization.
You can remove foldersizes listings by using "--nofoldersizes" and "--nofoldersizesatend"
but then you will also loose the ETA (Estimation Time of Arrival) given after each message copy.
but then you will also lose the ETA (Estimation Time of Arrival) given after each message copy.
END_SIZE
( $h1_nb_msg_start, $h1_bytes_start ) = foldersizes( 'Host1', $imap1, $search1, $sync->{abletosearch1}, @h1_folders_wanted ) ;