Skip to content

Commit 8d505cb

Browse files
authored
Merge pull request #1107 from datawolf/fix-a-typo
just fix a typo
2 parents 89d025f + 5eaa9ed commit 8d505cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/process_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func (p *initProcess) start() error {
264264
}
265265
}()
266266
if err := p.createNetworkInterfaces(); err != nil {
267-
return newSystemErrorWithCause(err, "creating nework interfaces")
267+
return newSystemErrorWithCause(err, "creating network interfaces")
268268
}
269269
if err := p.sendConfig(); err != nil {
270270
return newSystemErrorWithCause(err, "sending config to init process")

0 commit comments

Comments
 (0)