From c77b05aebd477b0d2dd5f8591b71215b9ec26cdc Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 19:01:49 +0000 Subject: [PATCH] spelling: terminated --- client/gc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gc.go b/client/gc.go index 115021057..7eab6fe03 100644 --- a/client/gc.go +++ b/client/gc.go @@ -212,7 +212,7 @@ func (a *AllocGarbageCollector) Collect(allocID string) bool { return false } -// CollectAll garbage collects all termianated allocations on a node +// CollectAll garbage collects all terminated allocations on a node func (a *AllocGarbageCollector) CollectAll() { for { select {