diff options
author | Roger Dingledine <arma@torproject.org> | 2006-01-07 00:17:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-01-07 00:17:12 +0000 |
commit | 4bbe08a98d417a595f71df12bfc6949cbb585554 (patch) | |
tree | a20a2d46738280ca12ec72aa06a79d26a3a8a22c /contrib/exitlist | |
parent | 50b6b3258d50845bd1ce302105356fbfb4bfdcd0 (diff) | |
download | tor-4bbe08a98d417a595f71df12bfc6949cbb585554.tar.gz tor-4bbe08a98d417a595f71df12bfc6949cbb585554.zip |
typo
svn:r5742
Diffstat (limited to 'contrib/exitlist')
-rwxr-xr-x | contrib/exitlist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/exitlist b/contrib/exitlist index 5c737dbd8d..2c74b59d61 100755 --- a/contrib/exitlist +++ b/contrib/exitlist @@ -1,12 +1,12 @@ #!/usr/bin/python -# Copyright 2005 Nick Mathewson +# Copyright 2005-2006 Nick Mathewson # See the LICENSE file in the Tor distribution for licensing information. """ exitlist -- Given a Tor directory on stdin, lists the Tor servers that accept connections to given addreses. - example usage (Tor 0.1.0.16 and ealier): + example usage (Tor 0.1.0.16 and earlier): python2.2 exitlist < ~/.tor/cached-directory |