9187: Fix comment typo
authorPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 3 Jun 2016 02:46:55 +0000 (22:46 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Fri, 3 Jun 2016 02:46:55 +0000 (22:46 -0400)
sdk/go/dispatch/dispatch.go

index 785b6ec6650c22825f09d5085cfe77497d73afc3..fb7b5fb799c6b3d30b9c0975a6318be1626d1289 100644 (file)
@@ -176,7 +176,7 @@ func (dispatcher *Dispatcher) pollContainers() {
 func (dispatcher *Dispatcher) handleUpdate(container Container) {
        if container.LockedByUUID != dispatcher.Auth.UUID && container.State != Queued {
                // If container is Complete, Cancelled, or Queued, LockedByUUID
-               // will be nil.  If the container was formally Locked, moved
+               // will be nil.  If the container was formerly Locked, moved
                // back to Queued and then locked by another dispatcher,
                // LockedByUUID will be different.  In either case, we want
                // to stop monitoring it.