mirror of
https://github.com/pgsty/minio.git
synced 2026-07-15 16:30:29 +03:00
use typos instead of codespell (#19088)
This commit is contained in:
+2
-2
@@ -1974,8 +1974,8 @@ func (s *TestSuiteCommon) TestGetObjectLarge11MiB(c *check) {
|
||||
c.Assert(putMD5, getMD5)
|
||||
}
|
||||
|
||||
// TestGetPartialObjectMisAligned - tests get object partially mis-aligned.
|
||||
// create a large buffer of mis-aligned data and upload it.
|
||||
// TestGetPartialObjectMisAligned - tests get object partially miss-aligned.
|
||||
// create a large buffer of miss-aligned data and upload it.
|
||||
// then make partial range requests to while fetching it back and assert the response content.
|
||||
func (s *TestSuiteCommon) TestGetPartialObjectMisAligned(c *check) {
|
||||
// generate a random bucket name.
|
||||
|
||||
Reference in New Issue
Block a user