From 491cfef25936f5debae63e54aebeb6180af5d282 Mon Sep 17 00:00:00 2001 From: Jin-Hwan Jeong Date: Fri, 24 Jul 2015 11:19:25 +0900 Subject: [PATCH] typo: tempory -> temporary Signed-off-by: Jin-Hwan Jeong --- libcontainer/init_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/init_linux.go b/libcontainer/init_linux.go index a21d1a7e..fd124f6d 100644 --- a/libcontainer/init_linux.go +++ b/libcontainer/init_linux.go @@ -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"` }