diff --git a/plugins/drivers/driver.go b/plugins/drivers/driver.go index 19e5650ff..835ec1c31 100644 --- a/plugins/drivers/driver.go +++ b/plugins/drivers/driver.go @@ -187,7 +187,7 @@ var ( NetIsolationModeTask = NetIsolationMode("task") // NetIsolationModeNone indicates that there is no network to isolate and is - // inteded to be used for tasks that the client manages remotely + // intended to be used for tasks that the client manages remotely NetIsolationModeNone = NetIsolationMode("none") )