From fec6b0fea5dc44b1896b316e2d6becf463df1bf2 Mon Sep 17 00:00:00 2001 From: Allen Sun Date: Tue, 5 Dec 2017 14:26:25 +0800 Subject: [PATCH] Update criu_opts_linux.go Signed-off-by: Allen Sun --- libcontainer/criu_opts_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/criu_opts_linux.go b/libcontainer/criu_opts_linux.go index adcb7cb6..a2e344fc 100644 --- a/libcontainer/criu_opts_linux.go +++ b/libcontainer/criu_opts_linux.go @@ -23,7 +23,7 @@ type VethPairName struct { type CriuOpts struct { ImagesDirectory string // directory for storing image files WorkDirectory string // directory to cd and write logs/pidfiles/stats to - ParentImage string // direcotry for storing parent image files in pre-dump and dump + ParentImage string // directory for storing parent image files in pre-dump and dump LeaveRunning bool // leave container in running state after checkpoint TcpEstablished bool // checkpoint/restore established TCP connections ExternalUnixConnections bool // allow external unix connections