docs: cleanup spelling of size and rate units
This commit is contained in:
parent
a1a41aa0c1
commit
98579608ec
12 changed files with 37 additions and 37 deletions
|
@ -1048,7 +1048,7 @@ func TestSyncWithMaxDuration(t *testing.T) {
|
|||
ci.Transfers = 1
|
||||
defer accounting.TokenBucket.SetBwLimit(fs.BwPair{Tx: -1, Rx: -1})
|
||||
|
||||
// 5 files of 60 bytes at 60 bytes/s 5 seconds
|
||||
// 5 files of 60 bytes at 60 Byte/s 5 seconds
|
||||
testFiles := make([]fstest.Item, 5)
|
||||
for i := 0; i < len(testFiles); i++ {
|
||||
testFiles[i] = r.WriteFile(fmt.Sprintf("file%d", i), "------------------------------------------------------------", t1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue