mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
Misspell warnings fix (#2001)
This commit is contained in:
committed by
Harshavardhana
parent
0d3a9c9438
commit
ce7d5eddbc
@@ -86,7 +86,7 @@ func generateBytesData(size int) []byte {
|
||||
b = letterBytes[rand.Intn(len(letterBytes))]
|
||||
return []byte{b}
|
||||
}
|
||||
// repeat the random character choosen size
|
||||
// repeat the random character chosen size.
|
||||
return bytes.Repeat(getRandomByte(), size)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user