Cleanup: mispell fixes

This commit is contained in:
karthic rao
2016-05-07 01:02:44 +05:30
committed by Harshavardhana
parent 0b4bbe6d9e
commit 20ca65c793
5 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ import (
"testing"
)
// Wrapper for calling NewMultipartUpload tests for both XL muliple disks and single node setup.
// Wrapper for calling NewMultipartUpload tests for both XL multiple disks and single node setup.
func TestObjectNewMultipartUpload(t *testing.T) {
ExecObjectLayerTest(t, testObjectNewMultipartUpload)
}
@@ -66,7 +66,7 @@ func testObjectNewMultipartUpload(obj ObjectLayer, instanceType string, t *testi
}
}
// Wrapper for calling isUploadIDExists tests for both XL muliple disks and single node setup.
// Wrapper for calling isUploadIDExists tests for both XL multiple disks and single node setup.
func TestObjectAPIIsUploadIDExists(t *testing.T) {
ExecObjectLayerTest(t, testObjectAPIIsUploadIDExists)
}
@@ -96,7 +96,7 @@ func testObjectAPIIsUploadIDExists(obj ObjectLayer, instanceType string, t *test
}
}
// Wrapper for calling PutObjectPart tests for both XL muliple disks and single node setup.
// Wrapper for calling PutObjectPart tests for both XL multiple disks and single node setup.
func TestObjectAPIPutObjectPart(t *testing.T) {
ExecObjectLayerTest(t, testObjectAPIPutObjectPart)
}