Skip to content

Commit 0fdc908

Browse files
Merge pull request #1667 from allencloud/patch-2
Update criu_opts_linux.go
2 parents bdee9ad + fec6b0f commit 0fdc908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/criu_opts_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type VethPairName struct {
2323
type CriuOpts struct {
2424
ImagesDirectory string // directory for storing image files
2525
WorkDirectory string // directory to cd and write logs/pidfiles/stats to
26-
ParentImage string // direcotry for storing parent image files in pre-dump and dump
26+
ParentImage string // directory for storing parent image files in pre-dump and dump
2727
LeaveRunning bool // leave container in running state after checkpoint
2828
TcpEstablished bool // checkpoint/restore established TCP connections
2929
ExternalUnixConnections bool // allow external unix connections

0 commit comments

Comments
 (0)