mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 16:22:47 +02:00
docs: fix typos found by codespell in docs and code comments
This commit is contained in:
committed by
albertony
parent
5316acd046
commit
b1d4de69c2
@ -142,7 +142,7 @@ func TestMemoryObject(t *testing.T) {
|
||||
assert.NoError(t, err)
|
||||
checkContent(o, "Rutabaga")
|
||||
assert.Equal(t, newNow, o.ModTime(context.Background()))
|
||||
assert.Equal(t, "Rutaba", string(content)) // check we re-used the buffer
|
||||
assert.Equal(t, "Rutaba", string(content)) // check we reused the buffer
|
||||
|
||||
// not within the buffer
|
||||
newStr := "0123456789"
|
||||
|
Reference in New Issue
Block a user