Fix typo.

PiperOrigin-RevId: 202720658
Change-Id: Iff42fd23f831ee7f29ddd6eb867020b76ed1eb23
This commit is contained in:
Brielle Broder
2018-06-29 15:51:32 -07:00
committed by Shentubot
parent 80bdf8a406
commit ca353b53ed
+1 -1
View File
@@ -135,7 +135,7 @@ func Load(rootDir, id string) (*Container, error) {
// see if this particular container is still running.
} else {
// Sandbox no longer exists, so this container
// definitly does not exist.
// definitely does not exist.
c.Status = Stopped
c.Sandbox = nil
}