Commit 4c57ad83 authored by Fabio Yeon's avatar Fabio Yeon

Merge pull request #19978 from markturansky/typos

Fixed spelling typo
parents 547a2e23 3f292d87
......@@ -22,7 +22,7 @@ import (
"sync"
)
// KeyMutex is a thread-safe interface for aquiring locks on arbitrary strings.
// KeyMutex is a thread-safe interface for acquiring locks on arbitrary strings.
type KeyMutex interface {
// Aquires a lock associated with the specified ID, creates the lock if one doesn't already exist.
LockKey(id string)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment