From: Roger Dingledine Date: Sun, 3 Aug 2014 19:45:07 +0000 (-0400) Subject: and oh hey, repeat code :) X-Git-Tag: tor-0.2.6.1-alpha~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374611d9f6d1efd7ae6c3570104b284991519293;p=thirdparty%2Ftor.git and oh hey, repeat code :) --- diff --git a/src/or/reasons.c b/src/or/reasons.c index 60b38f634e..1a53a93d88 100644 --- a/src/or/reasons.c +++ b/src/or/reasons.c @@ -385,7 +385,7 @@ socks4_response_code_to_string(uint8_t code) } } -/** Return a string corresponding to a SOCKS5 reponse code. */ +/** Return a string corresponding to a SOCKS5 response code. */ const char * socks5_response_code_to_string(uint8_t code) {