From 38cba478b844a169ba9fdd8c2ca1ace1c3ce5d51 Mon Sep 17 00:00:00 2001 From: Xianglin Gao Date: Tue, 11 Oct 2016 16:00:09 +0800 Subject: [PATCH] tiny fix Signed-off-by: Xianglin Gao --- .../github.com/opencontainers/runc/libcontainer/utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/src/github.com/opencontainers/runc/libcontainer/utils/utils.go b/vendor/src/github.com/opencontainers/runc/libcontainer/utils/utils.go index 3466bfce..6b7a17d6 100644 --- a/vendor/src/github.com/opencontainers/runc/libcontainer/utils/utils.go +++ b/vendor/src/github.com/opencontainers/runc/libcontainer/utils/utils.go @@ -102,7 +102,7 @@ func SearchLabels(labels []string, query string) string { } // Annotations returns the bundle path and user defined annotations from the -// libcontianer state. We need to remove the bundle because that is a label +// libcontainer state. We need to remove the bundle because that is a label // added by libcontainer. func Annotations(labels []string) (bundle string, userAnnotations map[string]string) { userAnnotations = make(map[string]string)