From 54862146c700fabe8f4983c7f5d6bdd61bab1374 Mon Sep 17 00:00:00 2001 From: Steven Hartland Date: Fri, 3 Feb 2017 15:46:38 +0000 Subject: [PATCH] Correct docs typo for restoredState. Correct typo in docs for restoredState. Signed-off-by: Steven Hartland --- libcontainer/state_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/state_linux.go b/libcontainer/state_linux.go index 264129ec..c7d3727e 100644 --- a/libcontainer/state_linux.go +++ b/libcontainer/state_linux.go @@ -195,7 +195,7 @@ func (p *pausedState) destroy() error { return newGenericError(fmt.Errorf("container is paused"), ContainerPaused) } -// restoredState is the same as the running state but also has accociated checkpoint +// restoredState is the same as the running state but also has associated checkpoint // information that maybe need destroyed when the container is stopped and destroy is called. type restoredState struct { imageDir string