commit | 6672d63ec7a8b19f4915ac0de8811adaf0f3a8a9 | [log] [tgz] |
---|---|---|
author | Mrunal Patel <mrunal@me.com> | Fri Dec 11 18:08:07 2015 |
committer | Mrunal Patel <mrunal@me.com> | Fri Dec 11 18:08:07 2015 |
tree | 3a9b88aa40b98601da1bc7d358c1d6b79547fa6f | |
parent | d29479b4f95ea7612071ef301c7e07a482b231c5 [diff] | |
parent | ff29daafc08b556cab0ebdb37265e07070354093 [diff] |
Merge pull request #432 from ZJU-SEL/fix-exist fix minor typo
diff --git a/libcontainer/error.go b/libcontainer/error.go index c51a364..aa59d2a 100644 --- a/libcontainer/error.go +++ b/libcontainer/error.go
@@ -45,7 +45,7 @@ case ContainerNotRunning: return "Container is not running" case ConsoleExists: - return "Console exist for process" + return "Console exists for process" default: return "Unknown error" }