diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-20 23:16:03 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-20 23:16:03 +0000 |
commit | a4b1eb5630d866413385df6071ae1987046f582e (patch) | |
tree | d4e9ae0b4f2e67a72a8174c5a09957a3865efc07 /src/or/connection_edge.c | |
parent | 73da4bad4641f5aa1cfcf679c624d46818147708 (diff) | |
download | tor-a4b1eb5630d866413385df6071ae1987046f582e.tar.gz tor-a4b1eb5630d866413385df6071ae1987046f582e.zip |
allow StrictEntryNode and StrictExitNode to be singular
svn:r2922
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index e4fc159a9b..07e85b11b3 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -308,7 +308,7 @@ void connection_ap_expire_beginning(void) { } /* end for */ } -/** Tell any AP streamss that are waiting for a new circuit that one is +/** Tell any AP streams that are waiting for a new circuit that one is * available. */ void connection_ap_attach_pending(void) |