aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendmid.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-12-01 03:48:14 +0000
committerNick Mathewson <nickm@torproject.org>2004-12-01 03:48:14 +0000
commitb457cfb5ebab5786beed8168b5b0ef1fc5b2797f (patch)
tree5d27ff71d1a130f4dd00efdc27f0b6ed8237ef10 /src/or/rendmid.c
parent6e88abf418684ccaf4a1d7146b0129857a3864fe (diff)
downloadtor-b457cfb5ebab5786beed8168b5b0ef1fc5b2797f.tar
tor-b457cfb5ebab5786beed8168b5b0ef1fc5b2797f.tar.gz
Spell-check strings and comments
svn:r3052
Diffstat (limited to 'src/or/rendmid.c')
-rw-r--r--src/or/rendmid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendmid.c b/src/or/rendmid.c
index f8bc5005a..a6f28a4b8 100644
--- a/src/or/rendmid.c
+++ b/src/or/rendmid.c
@@ -81,7 +81,7 @@ rend_mid_establish_intro(circuit_t *circ, const char *request, size_t request_le
circuit_mark_for_close(c);
}
- /* Acknlowedge the request. */
+ /* Acknowledge the request. */
if (connection_edge_send_command(NULL,circ,
RELAY_COMMAND_INTRO_ESTABLISHED,
"", 0, NULL)<0) {
@@ -199,7 +199,7 @@ rend_mid_establish_rendezvous(circuit_t *circ, const char *request, size_t reque
goto err;
}
- /* Acknlowedge the request. */
+ /* Acknowledge the request. */
if (connection_edge_send_command(NULL,circ,
RELAY_COMMAND_RENDEZVOUS_ESTABLISHED,
"", 0, NULL)<0) {