From f423296b02e0289f6f2a65964f5694a7637bc9bc Mon Sep 17 00:00:00 2001 From: Joe Farrell Date: Fri, 3 Jun 2016 18:05:34 +0100 Subject: [PATCH] Fixed typo in docstring Signed-off-by: joe2far --- 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 d2618f69b..6bdfc21fc 100644 --- a/libcontainer/state_linux.go +++ b/libcontainer/state_linux.go @@ -175,7 +175,7 @@ func (p *pausedState) destroy() error { } // restoredState is the same as the running state but also has accociated checkpoint -// information that maybe need destroyed when the container is stopped and destory is called. +// information that maybe need destroyed when the container is stopped and destroy is called. type restoredState struct { imageDir string c *linuxContainer