Skip to content

Commit f423296

Browse files
committed
Fixed typo in docstring
Signed-off-by: joe2far <[email protected]>
1 parent 3211c9f commit f423296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/state_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func (p *pausedState) destroy() error {
175175
}
176176

177177
// 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.
178+
// information that maybe need destroyed when the container is stopped and destroy is called.
179179
type restoredState struct {
180180
imageDir string
181181
c *linuxContainer

0 commit comments

Comments
 (0)