spelling: conjunction
This commit is contained in:
parent
79e6481463
commit
cb1303e47a
|
@ -257,7 +257,7 @@ type LogEventFn func(message string, args ...interface{})
|
||||||
|
|
||||||
// DriverContext is a means to inject dependencies such as loggers, configs, and
|
// DriverContext is a means to inject dependencies such as loggers, configs, and
|
||||||
// node attributes into a Driver without having to change the Driver interface
|
// 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 {
|
type DriverContext struct {
|
||||||
taskName string
|
taskName string
|
||||||
allocID string
|
allocID string
|
||||||
|
|
Loading…
Reference in a new issue