typo: tempory -> temporary

Signed-off-by: Jin-Hwan Jeong <jhjeong.kr@gmail.com>
This commit is contained in:
Jin-Hwan Jeong 2015-07-24 11:19:25 +09:00
parent 2598484b97
commit 491cfef259
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"`
}