diff options
author | Roger Dingledine <arma@torproject.org> | 2009-09-20 23:24:46 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-09-20 23:24:46 -0400 |
commit | ed62b031d3f34bb954fa97470e4602bb5bcad2fe (patch) | |
tree | 7360a7d3db84fd1f22012dce7c1005e41d5a4e00 /contrib/torify.in | |
parent | 772ce9d085ff5ce36b8d23e1a883e036fd96b830 (diff) | |
download | tor-ed62b031d3f34bb954fa97470e4602bb5bcad2fe.tar.gz tor-ed62b031d3f34bb954fa97470e4602bb5bcad2fe.zip |
fix grammar / add changelog for the torify commit
Diffstat (limited to 'contrib/torify.in')
-rwxr-xr-x | contrib/torify.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/torify.in b/contrib/torify.in index d9aac1d66e..d430da8ce7 100755 --- a/contrib/torify.in +++ b/contrib/torify.in @@ -66,6 +66,6 @@ elif pathfind tsocks; then fi else - echo "$0: Can't find neither tsocks nor torsocks in your PATH. Perhaps you haven't installed either?" >&2 + echo "$0: Can't find either tsocks or torsocks in your PATH. Perhaps you haven't installed either?" >&2 exit 1 fi |