Fix typo in comment.
authorWard Vandewege <ward@curoverse.com>
Mon, 5 Dec 2016 22:13:22 +0000 (17:13 -0500)
committerWard Vandewege <ward@curoverse.com>
Mon, 5 Dec 2016 22:13:22 +0000 (17:13 -0500)
No issue #

services/keep-balance/balance.go

index 8fc06c3534b76054cecbfdb1116007579952bcb1..9389f19ed801cf1ee840642d2078b70de8aa9e50 100644 (file)
@@ -246,7 +246,7 @@ func (bal *Balancer) GetCurrentState(c *arvados.Client, pageSize, bufs int) erro
                        }
                        if len(errs) > 0 {
                                // Some other goroutine encountered an
-                               // error -- any futher effort here
+                               // error -- any further effort here
                                // will be wasted.
                                return
                        }