From a121b2fb5642357f75e1defd813fe291debcc843 Mon Sep 17 00:00:00 2001 From: Starnop Date: Tue, 25 Sep 2018 10:56:18 +0800 Subject: [PATCH] typo: fix misspells in comments of containers/contaienrs.go Signed-off-by: Starnop --- containers/containers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/containers.go b/containers/containers.go index e6a562730..a658b5708 100644 --- a/containers/containers.go +++ b/containers/containers.go @@ -28,12 +28,12 @@ import ( // // The resources specified in this object are used to create tasks from the container. type Container struct { - // ID uniquely identifies the container in a nameapace. + // ID uniquely identifies the container in a namespace. // // This property is required and cannot be changed after creation. ID string - // Labels provide metadata extension for a contaienr. + // Labels provide metadata extension for a container. // // These are optional and fully mutable. Labels map[string]string