commit 125b2e61e21c263e705c4c42afcaedb581078a3e Author: teor teor2345@gmail.com Date: Wed Mar 1 12:16:37 2017 +1100
Fix a comment typo in test-network.sh --- tools/test-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/test-network.sh b/tools/test-network.sh index 0c8d795..9da20b1 100755 --- a/tools/test-network.sh +++ b/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