spelling: terminated

This commit is contained in:
Josh Soref
2018-03-11 19:01:49 +00:00
parent 892abf09cd
commit c77b05aebd

View File

@@ -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 {