diff options
author | Roger Dingledine <arma@torproject.org> | 2004-04-06 20:25:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-04-06 20:25:18 +0000 |
commit | 5eca39cdb4a1d8561950d3ab6a0d5ff87118936b (patch) | |
tree | 1e2fee5b9fa62bd821f5eafbe85f65644d907a21 /src/or/rendclient.c | |
parent | ef438b894cf51a9bb2feeae6c8b8c6f37d187c73 (diff) | |
download | tor-5eca39cdb4a1d8561950d3ab6a0d5ff87118936b.tar.gz tor-5eca39cdb4a1d8561950d3ab6a0d5ff87118936b.zip |
checkpoint commit: rend closer to working, still not there yet
svn:r1506
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 86f9b34faf..ec50465791 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -148,7 +148,7 @@ rend_client_rendcirc_is_open(circuit_t *circ) connection_ap_attach_pending(); } -/* Called when we recieve a RENDEZVOUS_ESTABLISHED cell; changes the state of +/* Called when we receive a RENDEZVOUS_ESTABLISHED cell; changes the state of * the circuit to C_REND_READY. */ int |