From bb66a48541aa5110e64615984448fd24ecd52ffd Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 25 Jul 2017 11:14:39 -0400 Subject: fix wordo in comment --- src/or/connection_edge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 *end_reason_out 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 -- cgit v1.2.3-54-g00ecf