Fixed typo in docstring

Signed-off-by: joe2far <joe2farrell@gmail.com>
This commit is contained in:
Joe Farrell 2016-06-03 18:05:34 +01:00 committed by joe2far
parent 3211c9f721
commit f423296b02
1 changed files with 1 additions and 1 deletions

View File

@ -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