Merge pull request #1309 from stevenh/recorded-state-typo
Correct docs typo for restoredState.
This commit is contained in:
commit
0c21b089e6
|
@ -195,7 +195,7 @@ func (p *pausedState) destroy() error {
|
||||||
return newGenericError(fmt.Errorf("container is paused"), ContainerPaused)
|
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.
|
// information that maybe need destroyed when the container is stopped and destroy is called.
|
||||||
type restoredState struct {
|
type restoredState struct {
|
||||||
imageDir string
|
imageDir string
|
||||||
|
|
Loading…
Reference in New Issue