From a4de73634529cff949de2cef600fdc32bd8b823b Mon Sep 17 00:00:00 2001 From: Zhang Wei Date: Fri, 29 May 2015 16:31:12 +0800 Subject: [PATCH] fix typo Signed-off-by: Zhang Wei --- libnetwork/types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/types/types.go b/libnetwork/types/types.go index 6ada47fb4e..02fbcb133f 100644 --- a/libnetwork/types/types.go +++ b/libnetwork/types/types.go @@ -22,7 +22,7 @@ func (t *TransportPort) GetCopy() TransportPort { return TransportPort{Proto: t.Proto, Port: t.Port} } -// PortBinding represent a port binding between the container an the host +// PortBinding represent a port binding between the container and the host type PortBinding struct { Proto Protocol IP net.IP