From e2ea6713eabecdc6d57a45280f28494eef570cf2 Mon Sep 17 00:00:00 2001 From: Chris Baker <1675087+cgbaker@users.noreply.github.com> Date: Fri, 13 Mar 2020 09:09:46 -0500 Subject: [PATCH] fix typo in comment --- plugins/drivers/driver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") )