From: Ward Vandewege Date: Mon, 5 Dec 2016 22:13:22 +0000 (-0500) Subject: Fix typo in comment. X-Git-Tag: 1.1.0~561 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/9d1f08198723f64d23473bb0ef1d6e30df1f4a1f Fix typo in comment. No issue # --- diff --git a/services/keep-balance/balance.go b/services/keep-balance/balance.go index 8fc06c3534..9389f19ed8 100644 --- a/services/keep-balance/balance.go +++ b/services/keep-balance/balance.go @@ -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 }