From 4d2320ba8bb18671ea40ed2c105053e2ff4a03a5 Mon Sep 17 00:00:00 2001 From: Frank Wessels Date: Wed, 17 Jan 2024 20:34:26 -0800 Subject: [PATCH] fix: a small typo in dsync (#18816) --- internal/dsync/lock-args.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dsync/lock-args.go b/internal/dsync/lock-args.go index 8525618e9..8d7c2e7ae 100644 --- a/internal/dsync/lock-args.go +++ b/internal/dsync/lock-args.go @@ -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.