misspell fixes. (#2835)

This commit is contained in:
Karthic Rao
2016-10-04 12:39:21 +05:30
committed by Harshavardhana
parent 73b50aea2d
commit 6a9013b97c
6 changed files with 23 additions and 23 deletions

View File

@@ -42,7 +42,7 @@ func testGetObject(obj ObjectLayer, instanceType string, t TestErrHandler) {
}
// set of byte data for PutObject.
// object has to be inserted before running tests for GetObject.
// object has to be created before running tests for GetObject.
// this is required even to assert the GetObject data,
// since dataInserted === dataFetched back is a primary criteria for any object storage this assertion is critical.
bytesData := []struct {
@@ -194,7 +194,7 @@ func testGetObjectDiskNotFound(obj ObjectLayer, instanceType string, disks []str
}
// set of byte data for PutObject.
// object has to be inserted before running tests for GetObject.
// object has to be created before running tests for GetObject.
// this is required even to assert the GetObject data,
// since dataInserted === dataFetched back is a primary criteria for any object storage this assertion is critical.
bytesData := []struct {