Merge pull request #1107 from datawolf/fix-a-typo

just fix a typo
This commit is contained in:
Daniel, Dao Quang Minh 2016-10-12 00:15:51 +01:00 committed by GitHub
commit 8d505cb9dc
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ func (p *initProcess) start() error {
}
}()
if err := p.createNetworkInterfaces(); err != nil {
return newSystemErrorWithCause(err, "creating nework interfaces")
return newSystemErrorWithCause(err, "creating network interfaces")
}
if err := p.sendConfig(); err != nil {
return newSystemErrorWithCause(err, "sending config to init process")