From ff29daafc08b556cab0ebdb37265e07070354093 Mon Sep 17 00:00:00 2001 From: xlgao-zju Date: Fri, 11 Dec 2015 21:37:32 +0800 Subject: [PATCH] fix minor typo Signed-off-by: xlgao-zju --- libcontainer/error.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/error.go b/libcontainer/error.go index c51a3648..aa59d2ae 100644 --- a/libcontainer/error.go +++ b/libcontainer/error.go @@ -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" }