浏览代码

fix typo 'setup/set up'

Signed-off-by: imre Fitos <imre.fitos+github@gmail.com>
imre Fitos 10 年之前
父节点
当前提交
73baa673c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/articles/networking.md

+ 1 - 1
docs/sources/articles/networking.md

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