Browse code

Fix typo in networking.md

Minor typo fix

Josh authored on 2014/06/20 20:14:56
Showing 1 changed files
... ...
@@ -26,7 +26,7 @@ bridge* that automatically forwards packets between any other network
26 26
 interfaces that are attached to it.  This lets containers communicate
27 27
 both with the host machine and with each other.  Every time Docker
28 28
 creates a container, it creates a pair of “peer” interfaces that are
29
-like opposite ends of a pipe — a packet send on one will be received on
29
+like opposite ends of a pipe — a packet sent on one will be received on
30 30
 the other.  It gives one of the peers to the container to become its
31 31
 `eth0` interface and keeps the other peer, with a unique name like
32 32
 `vethAQI2QT`, out in the namespace of the host machine.  By binding