Skip to content

Commit ca353b5

Browse files
bjbrodershentubot
authored andcommitted
Fix typo.
PiperOrigin-RevId: 202720658 Change-Id: Iff42fd23f831ee7f29ddd6eb867020b76ed1eb23
1 parent 80bdf8a commit ca353b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runsc/container/container.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func Load(rootDir, id string) (*Container, error) {
135135
// see if this particular container is still running.
136136
} else {
137137
// Sandbox no longer exists, so this container
138-
// definitly does not exist.
138+
// definitely does not exist.
139139
c.Status = Stopped
140140
c.Sandbox = nil
141141
}

0 commit comments

Comments
 (0)