Merge pull request #84 from jhjeong-kr/typo

typo: the -> for
This commit is contained in:
Mrunal Patel 2015-07-29 09:35:16 -07:00
commit 0e39102096
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,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"`
}