spelling: conjunction

This commit is contained in:
Josh Soref 2018-03-11 17:48:37 +00:00
parent 79e6481463
commit cb1303e47a

View file

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