From d1407ff4d5237c3deb1b8f5074725b35c6920464 Mon Sep 17 00:00:00 2001 From: Jin-Hwan Jeong Date: Wed, 29 Jul 2015 14:15:42 +0900 Subject: [PATCH] typo: the -> for Signed-off-by: Jin-Hwan Jeong --- spec_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec_linux.go b/spec_linux.go index f5f561bf7..2574cac78 100644 --- a/spec_linux.go +++ b/spec_linux.go @@ -37,7 +37,7 @@ type User struct { Uid int32 `json:"uid"` // Gid is the group id. Gid int32 `json:"gid"` - // AdditionalGids are additional group ids set the the container's process. + // AdditionalGids are additional group ids set for the container's process. AdditionalGids []int32 `json:"additionalGids"` }