summaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-07-06 18:47:27 +0000
committerNick Mathewson <nickm@torproject.org>2008-07-06 18:47:27 +0000
commit0f8761f9fa26f691f6803fc11056cef0af1a91e2 (patch)
treeba75a1b88e8fba3442f69db18633b8e61e7917e8 /src/or/rendclient.c
parent615c64efb851d8272069701c1bee3ef2bdca3e81 (diff)
downloadtor-0f8761f9fa26f691f6803fc11056cef0af1a91e2.tar.gz
tor-0f8761f9fa26f691f6803fc11056cef0af1a91e2.zip
fix typos in last patch spotted by sebastian and karsten
svn:r15700
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r--src/or/rendclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index 91bb36bb2c..394e0eca81 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -546,7 +546,7 @@ rend_client_rendezvous_acked(origin_circuit_t *circ, const char *request,
/*XXXX021 This is a pretty brute approach. It'd be better to
* attach only the connections that are waiting on this circuit, rather
* than trying to attach them all. */
- /* If we already have the introduction circuit, built make sure we send
+ /* If we already have the introduction circuit built, make sure we send
* the INTRODUCE cell _now_ */
connection_ap_attach_pending();
return 0;