mirror of
https://github.com/minio/minio.git
synced 2025-11-09 21:49:46 -05:00
mispell fixes. (#3100)
This commit is contained in:
committed by
Harshavardhana
parent
31f2db6880
commit
63f1b4fdf4
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user