summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2017-07-25 11:14:39 -0400
committerRoger Dingledine <arma@torproject.org>2017-07-25 11:14:39 -0400
commitbb66a48541aa5110e64615984448fd24ecd52ffd (patch)
tree1b3eebbf347c99a85c4cca190a8b274daa84effa
parenta4217cc52f0369efc01d0670ba789f6900e15244 (diff)
downloadtor-bb66a48541aa5110e64615984448fd24ecd52ffd.tar.gz
tor-bb66a48541aa5110e64615984448fd24ecd52ffd.zip
fix wordo in comment
-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 5e6041f652..ddcff6aa94 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -3007,7 +3007,7 @@ connection_ap_handshake_socks_reply(entry_connection_t *conn, char *reply,
* <0 and set *<b>end_reason_out</b> to the end reason we should send back to
* the client.
*
- * Return -1 in the case where want to send a RELAY_END cell, and < -1 when
+ * Return -1 in the case where we want to send a RELAY_END cell, and < -1 when
* we don't.
**/
STATIC int