spelling: isolation
This commit is contained in:
parent
b56ebdf350
commit
b6ec60fb5f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue