fix: a small typo in dsync (#18816)

This commit is contained in:
Frank Wessels
2024-01-17 20:34:26 -08:00
committed by GitHub
parent a4a74e9844
commit 4d2320ba8b

View File

@@ -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.