Skip to content

Commit c4e0d94

Browse files
author
Mrunal Patel
committed
Merge pull request #873 from joe2far/patch-1
Fixed typo in docstring
2 parents c6f09f9 + f423296 commit c4e0d94

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
@@ -200,7 +200,7 @@ func (p *pausedState) destroy() error {
200200
}
201201

202202
// restoredState is the same as the running state but also has accociated checkpoint
203-
// information that maybe need destroyed when the container is stopped and destory is called.
203+
// information that maybe need destroyed when the container is stopped and destroy is called.
204204
type restoredState struct {
205205
imageDir string
206206
c *linuxContainer

0 commit comments

Comments
 (0)