summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-20 23:16:03 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-20 23:16:03 +0000
commita4b1eb5630d866413385df6071ae1987046f582e (patch)
treed4e9ae0b4f2e67a72a8174c5a09957a3865efc07 /src/or/connection_edge.c
parent73da4bad4641f5aa1cfcf679c624d46818147708 (diff)
downloadtor-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.c2
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)