diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-24 21:11:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-24 21:11:56 +0000 |
commit | 7497ca7e46d281e7d6576e344c9936bbbc092348 (patch) | |
tree | e980b7a6ca959c6b8d9ee6126f78b93398177d88 /contrib/add-tor | |
parent | c70f1e7eb3bf952a7f6d0077f459793079efdddc (diff) | |
download | tor-7497ca7e46d281e7d6576e344c9936bbbc092348.tar tor-7497ca7e46d281e7d6576e344c9936bbbc092348.tar.gz |
resolve typos in add-tor contrib script
svn:r6415
Diffstat (limited to 'contrib/add-tor')
-rwxr-xr-x | contrib/add-tor | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/add-tor b/contrib/add-tor index 9c49b1dfa..5a12abca8 100755 --- a/contrib/add-tor +++ b/contrib/add-tor @@ -10,9 +10,9 @@ # # Operator and fingerprint line are read from stdin. # -# Before adding a fingerprint line approved-routers is checked for +# Before adding a fingerprint line, approved-routers is checked for # rough syntactical correctness. This script also checks that the -# nickname and fingerprint to be added to not already exist in the +# nickname and fingerprint to be added do not already exist in the # binding list. |