We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3211c9f commit f423296Copy full SHA for f423296
libcontainer/state_linux.go
@@ -175,7 +175,7 @@ func (p *pausedState) destroy() error {
175
}
176
177
// restoredState is the same as the running state but also has accociated checkpoint
178
-// 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.
179
type restoredState struct {
180
imageDir string
181
c *linuxContainer
0 commit comments