浏览代码

Fix a comment typo in test-network.sh

teor 8 年之前
父节点
当前提交
125b2e61e2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/test-network.sh

+ 1 - 1
tools/test-network.sh

@@ -141,7 +141,7 @@ done
 # optional: $TOR_DIR is the tor build directory
 # it's used to find the location of tor binaries
 # if it's not set:
-#  - set it ro $BUILDDIR, or
+#  - set it to $BUILDDIR, or
 #  - if $PWD looks like a tor build directory, set it to $PWD, or
 #  - unset $TOR_DIR, and let chutney fall back to finding tor binaries in $PATH
 if [ ! -d "$TOR_DIR" ]; then