spelling: isolation

This commit is contained in:
Josh Soref 2018-03-11 18:19:02 +00:00
parent b56ebdf350
commit b6ec60fb5f
2 changed files with 2 additions and 2 deletions

View file

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

View file

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