Skip to content

Commit

Permalink
Merge pull request #84 from jhjeong-kr/typo
Browse files Browse the repository at this point in the history
typo: the -> for
  • Loading branch information
Mrunal Patel committed Jul 29, 2015
2 parents bf2b636 + d1407ff commit 0e39102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit 0e39102

Please sign in to comment.