fix typo 'setup/set up'

Signed-off-by: imre Fitos <imre.fitos+github@gmail.com>
Upstream-commit: 73baa673c72a49e9cccfde6e844c7dee2e478d8e
Component: engine
This commit is contained in:
imre Fitos
2015-01-17 11:21:25 -05:00
parent 3bedb4b915
commit c766335ad5
@@ -714,7 +714,7 @@ illustrate the technique.
$ echo 'DOCKER_OPTS="-b=bridge0"' >> /etc/default/docker
$ sudo service docker start
# Confirming new outgoing NAT masquerade is setup
# Confirming new outgoing NAT masquerade is set up
$ sudo iptables -t nat -L -n
...