mirror of
https://github.com/rclone/rclone.git
synced 2025-08-09 21:57:59 +02:00
docs: spelling: etc.
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
e4a87f772f
commit
3e1cb8302a
@ -32,7 +32,7 @@ type largeUpload struct {
|
||||
wrap accounting.WrapFn // account parts being transferred
|
||||
size int64 // total size
|
||||
parts int64 // calculated number of parts, if known
|
||||
info *api.UploadSpecification // where to post chunks etc
|
||||
info *api.UploadSpecification // where to post chunks, etc.
|
||||
threads int // number of threads to use in upload
|
||||
streamed bool // set if using streamed upload
|
||||
}
|
||||
|
Reference in New Issue
Block a user