Correct docs typo for restoredState.
Correct typo in docs for restoredState. Signed-off-by: Steven Hartland <steven.hartland@multiplay.co.uk>
This commit is contained in:
parent
be33383e60
commit
54862146c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue