mirror of https://github.com/minio/minio.git
fix: a small typo in dsync (#18816)
This commit is contained in:
parent
a4a74e9844
commit
4d2320ba8b
|
@ -32,7 +32,7 @@ type LockArgs struct {
|
|||
Source string
|
||||
|
||||
// Owner represents unique ID for this instance, an owner who originally requested
|
||||
// the locked resource, useful primarily in figuring our stale locks.
|
||||
// the locked resource, useful primarily in figuring out stale locks.
|
||||
Owner string
|
||||
|
||||
// Quorum represents the expected quorum for this lock type.
|
||||
|
|
Loading…
Reference in New Issue