diff options
author | Brielle Broder <bbroder@google.com> | 2018-06-29 15:50:38 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-06-29 15:51:32 -0700 |
commit | ca353b53ed09c94ecf655dba991c7b587026d12a (patch) | |
tree | 1e490324b70ae3ac07c5058eef8257bdccf931cf | |
parent | 80bdf8a4068de3ac4a73b6b61a0cdcfe3e3571af (diff) |
Fix typo.
PiperOrigin-RevId: 202720658
Change-Id: Iff42fd23f831ee7f29ddd6eb867020b76ed1eb23
-rw-r--r-- | runsc/container/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/container/container.go b/runsc/container/container.go index 8dca721f6..30323138a 100644 --- a/runsc/container/container.go +++ b/runsc/container/container.go @@ -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 } |