mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 13:40:22 +03:00
mispell fixes. (#3100)
This commit is contained in:
committed by
Harshavardhana
parent
31f2db6880
commit
63f1b4fdf4
+1
-1
@@ -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