diff options
author | Roger Dingledine <arma@torproject.org> | 2014-08-03 15:45:07 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-08-03 15:45:07 -0400 |
commit | 374611d9f6d1efd7ae6c3570104b284991519293 (patch) | |
tree | 01884ef3751e4b86f59c3c045993843e37b9afda /src/or/reasons.c | |
parent | 52d5ef5affcff3bfb873d576cf9611ec02c67767 (diff) | |
download | tor-374611d9f6d1efd7ae6c3570104b284991519293.tar.gz tor-374611d9f6d1efd7ae6c3570104b284991519293.zip |
and oh hey, repeat code :)
Diffstat (limited to 'src/or/reasons.c')
-rw-r--r-- | src/or/reasons.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |