Merge pull request #148 from jhjeong-kr/typo

typo: tempory -> temporary
This commit is contained in:
Mrunal Patel 2015-07-23 20:46:12 -07:00
commit 32aa2756ca
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ type pid struct {
type network struct {
configs.Network
// TempVethPeerName is a unique tempory veth peer name that was placed into
// TempVethPeerName is a unique temporary veth peer name that was placed into
// the container's namespace.
TempVethPeerName string `json:"temp_veth_peer_name"`
}