Merge pull request #873 from joe2far/patch-1

Fixed typo in docstring
This commit is contained in:
Mrunal Patel
2016-06-03 12:15:29 -07:00
+1 -1
View File
@@ -200,7 +200,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