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: case ContainerNotRunning:
return "Container is not running" return "Container is not running"
case ConsoleExists: case ConsoleExists:
return "Console exist for process" return "Console exists for process"
default: default:
return "Unknown error" return "Unknown error"
} }