From b6ec60fb5f5b64ca334154dc18eca4f157406192 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:19:02 +0000 Subject: [PATCH] spelling: isolation --- client/driver/executor/executor.go | 2 +- client/driver/logging/universal_collector.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/driver/executor/executor.go b/client/driver/executor/executor.go index 2307b0610..34998d895 100644 --- a/client/driver/executor/executor.go +++ b/client/driver/executor/executor.go @@ -129,7 +129,7 @@ type nomadPid struct { cpuStatsSys *stats.CpuStats } -// SyslogServerState holds the address and islation information of a launched +// SyslogServerState holds the address and isolation information of a launched // syslog server type SyslogServerState struct { IsolationConfig *dstructs.IsolationConfig diff --git a/client/driver/logging/universal_collector.go b/client/driver/logging/universal_collector.go index 7cb5da136..54d8b36ff 100644 --- a/client/driver/logging/universal_collector.go +++ b/client/driver/logging/universal_collector.go @@ -38,7 +38,7 @@ type LogCollectorContext struct { PortLowerBound uint } -// SyslogCollectorState holds the address and islation information of a launched +// SyslogCollectorState holds the address and isolation information of a launched // syslog server type SyslogCollectorState struct { IsolationConfig *cstructs.IsolationConfig