Merge pull request #432 from ZJU-SEL/fix-exist

fix minor typo
This commit is contained in:
Mrunal Patel 2015-12-11 10:08:07 -08:00
commit 6672d63ec7
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ func (c ErrorCode) String() string {
case ContainerNotRunning:
return "Container is not running"
case ConsoleExists:
return "Console exist for process"
return "Console exists for process"
default:
return "Unknown error"
}