diff options
author | Roger Dingledine <arma@torproject.org> | 2014-08-03 15:43:21 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-08-03 15:43:21 -0400 |
commit | 52d5ef5affcff3bfb873d576cf9611ec02c67767 (patch) | |
tree | a94c680d2d6c7fd7543e279e38ea4b5b409811e8 /src/or/reasons.c | |
parent | 0edb9b0492abbdd6c3ec397ad1f80c901568a713 (diff) | |
download | tor-52d5ef5affcff3bfb873d576cf9611ec02c67767.tar.gz tor-52d5ef5affcff3bfb873d576cf9611ec02c67767.zip |
fix typo
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 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) { |