fix typo in comment

This commit is contained in:
Chris Baker
2020-03-13 09:09:46 -05:00
committed by GitHub
parent 8c671b657b
commit e2ea6713ea

View File

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