mispell fixes. (#3100)

This commit is contained in:
Karthic Rao
2016-10-26 21:16:14 +05:30
committed by Harshavardhana
parent 31f2db6880
commit 63f1b4fdf4
4 changed files with 6 additions and 6 deletions

View File

@@ -440,7 +440,7 @@ func (fs fsObjects) PutObject(bucket string, object string, size int64, data io.
// get a random ID for lock instrumentation.
opsID := getOpsID()
// Lock the object before comitting the object.
// Lock the object before committing the object.
nsMutex.RLock(bucket, object, opsID)
defer nsMutex.RUnlock(bucket, object, opsID)