fix minor typo

Signed-off-by: xlgao-zju <xlgao@zju.edu.cn>
This commit is contained in:
xlgao-zju 2015-12-11 21:37:32 +08:00
parent 0267ad05b0
commit ff29daafc0
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"
}