summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-08-03 15:45:07 -0400
committerRoger Dingledine <arma@torproject.org>2014-08-03 15:45:07 -0400
commit374611d9f6d1efd7ae6c3570104b284991519293 (patch)
tree01884ef3751e4b86f59c3c045993843e37b9afda /src/or
parent52d5ef5affcff3bfb873d576cf9611ec02c67767 (diff)
downloadtor-374611d9f6d1efd7ae6c3570104b284991519293.tar.gz
tor-374611d9f6d1efd7ae6c3570104b284991519293.zip
and oh hey, repeat code :)
Diffstat (limited to 'src/or')
-rw-r--r--src/or/reasons.c2
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)
{