mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 09:30:03 +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
@@ -1222,7 +1222,7 @@ func (c *chunkingReader) accountBytes(bytesRead int64) {
|
||||
}
|
||||
}
|
||||
|
||||
// dummyRead updates accounting, hashsums etc by simulating reads
|
||||
// dummyRead updates accounting, hashsums, etc. by simulating reads
|
||||
func (c *chunkingReader) dummyRead(in io.Reader, size int64) error {
|
||||
if c.hasher == nil && c.readCount+size > maxMetadataSize {
|
||||
c.accountBytes(size)
|
||||
|
Reference in New Issue
Block a user