From 3c42f3f067ac634289cae06deab956aef6a152b0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:48:37 +0000 Subject: [PATCH] spelling: conjunction --- client/driver/driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/driver/driver.go b/client/driver/driver.go index 47bc38af6..a2096cdd7 100644 --- a/client/driver/driver.go +++ b/client/driver/driver.go @@ -257,7 +257,7 @@ type LogEventFn func(message string, args ...interface{}) // DriverContext is a means to inject dependencies such as loggers, configs, and // node attributes into a Driver without having to change the Driver interface -// each time we do it. Used in conjection with Factory, above. +// each time we do it. Used in conjunction with Factory, above. type DriverContext struct { taskName string allocID string