mirror of
https://github.com/pgsty/minio.git
synced 2026-08-11 00:33:28 +03:00
typo: Fix typos across the codebase. (#2442)
This commit is contained in:
+1
-1
@@ -722,7 +722,7 @@ func (xl xlObjects) CompleteMultipartUpload(bucket string, object string, upload
|
||||
// This lock also protects the cache namespace.
|
||||
nsMutex.Unlock(bucket, object)
|
||||
|
||||
// Prefetch the object from disk by triggerring a fake GetObject call
|
||||
// Prefetch the object from disk by triggering a fake GetObject call
|
||||
// Unlike a regular single PutObject, multipart PutObject is comes in
|
||||
// stages and it is harder to cache.
|
||||
go xl.GetObject(bucket, object, 0, objectSize, ioutil.Discard)
|
||||
|
||||
Reference in New Issue
Block a user