[tor-commits] [tor/master] two more typos
arma at torproject.org
arma at torproject.org
Tue Sep 23 22:22:11 UTC 2014
commit ecab2616413b06754bfb110eab2bfbf58e3a57b2
Author: Roger Dingledine <arma at torproject.org>
Date: Tue Sep 23 18:30:02 2014 -0400
two more typos
---
src/or/rendmid.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/or/rendmid.c b/src/or/rendmid.c
index d89cdf6..1bcd17b 100644
--- a/src/or/rendmid.c
+++ b/src/or/rendmid.c
@@ -188,7 +188,7 @@ rend_mid_introduce(or_circuit_t *circ, const uint8_t *request,
"Unable to send INTRODUCE2 cell to Tor client.");
goto err;
}
- /* And sent an ack down Alice's circuit. Empty body means succeeded. */
+ /* And send an ack down Alice's circuit. Empty body means succeeded. */
if (relay_send_command_from_edge(0,TO_CIRCUIT(circ),
RELAY_COMMAND_INTRODUCE_ACK,
NULL,0,NULL)) {
@@ -199,7 +199,7 @@ rend_mid_introduce(or_circuit_t *circ, const uint8_t *request,
return 0;
err:
- /* Send the client an NACK */
+ /* Send the client a NACK */
nak_body[0] = 1;
if (relay_send_command_from_edge(0,TO_CIRCUIT(circ),
RELAY_COMMAND_INTRODUCE_ACK,
More information about the tor-commits
mailing list