From fdd053a618b1dda08d4ed72625318b8db041dca4 Mon Sep 17 00:00:00 2001 From: Anton Tiurin Date: Fri, 21 Nov 2014 03:24:25 +0300 Subject: [PATCH] Typo fix --- client/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pull.go b/client/pull.go index dffa392e9..bce067568 100644 --- a/client/pull.go +++ b/client/pull.go @@ -36,7 +36,7 @@ func Pull(c Client, objectStore ObjectStore, name, tag string) error { errChans[i] = make(chan error) } - // To avoid leak goroutine we must notify + // To avoid leak of goroutines we must notify // pullLayer goroutines about a cancelation, // otherwise they will lock forever. cancelCh := make(chan struct{})