From 021904e4e65804baa67b38e193e15aa37a391c60 Mon Sep 17 00:00:00 2001 From: Ethan Koenig Date: Tue, 14 Mar 2017 20:52:01 -0400 Subject: Fix typos in models/ and modules/ (#1248) --- modules/sync/exclusive_pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/sync/exclusive_pool.go') diff --git a/modules/sync/exclusive_pool.go b/modules/sync/exclusive_pool.go index 744cc7c996..7c1a8930ce 100644 --- a/modules/sync/exclusive_pool.go +++ b/modules/sync/exclusive_pool.go @@ -39,7 +39,7 @@ func NewExclusivePool() *ExclusivePool { } // CheckIn checks in an instance to the pool and hangs while instance -// with same indentity is using the lock. +// with same identity is using the lock. func (p *ExclusivePool) CheckIn(identity string) { p.lock.Lock() -- cgit v1.2.3