We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89d025f + 5eaa9ed commit 8d505cbCopy full SHA for 8d505cb
libcontainer/process_linux.go
@@ -264,7 +264,7 @@ func (p *initProcess) start() error {
264
}
265
}()
266
if err := p.createNetworkInterfaces(); err != nil {
267
- return newSystemErrorWithCause(err, "creating nework interfaces")
+ return newSystemErrorWithCause(err, "creating network interfaces")
268
269
if err := p.sendConfig(); err != nil {
270
return newSystemErrorWithCause(err, "sending config to init process")
0 commit comments