Merge pull request #1309 from stevenh/recorded-state-typo

Correct docs typo for restoredState.
This commit is contained in:
Qiang Huang 2017-02-04 11:51:25 +08:00 committed by GitHub
commit 0c21b089e6
1 changed files with 1 additions and 1 deletions

View File

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