1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #233 from WeiZhang555/typo

fix typo
This commit is contained in:
Madhu Venugopal 2015-05-30 14:36:24 -07:00
commit 0bec6a3ae1

View file

@ -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