[ARVADOS] updated: bb10b7777ed6db229fbb35e6a829bec4e8efcd23

Git user git at public.curoverse.com
Thu Jun 2 22:47:00 EDT 2016


Summary of changes:
 sdk/go/dispatch/dispatch.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  bb10b7777ed6db229fbb35e6a829bec4e8efcd23 (commit)
      from  5cf8c18e735bb15da3f131e7ae57bb4b222bb4ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit bb10b7777ed6db229fbb35e6a829bec4e8efcd23
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Jun 2 22:46:55 2016 -0400

    9187: Fix comment typo

diff --git a/sdk/go/dispatch/dispatch.go b/sdk/go/dispatch/dispatch.go
index 785b6ec..fb7b5fb 100644
--- a/sdk/go/dispatch/dispatch.go
+++ b/sdk/go/dispatch/dispatch.go
@@ -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.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list