From: Roger Dingledine Date: Sun, 3 Aug 2014 19:43:21 +0000 (-0400) Subject: fix typo X-Git-Tag: tor-0.2.6.1-alpha~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d5ef5affcff3bfb873d576cf9611ec02c67767;p=thirdparty%2Ftor.git fix typo --- diff --git a/src/or/reasons.c b/src/or/reasons.c index 750e89bbe7..60b38f634e 100644 --- a/src/or/reasons.c +++ b/src/or/reasons.c @@ -367,7 +367,7 @@ circuit_end_reason_to_control_string(int reason) } } -/** Return a string corresponding to a SOCKS4 reponse code. */ +/** Return a string corresponding to a SOCKS4 response code. */ const char * socks4_response_code_to_string(uint8_t code) {