Browse Source

and oh hey, repeat code :)

Roger Dingledine 9 years ago
parent
commit
374611d9f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/reasons.c

+ 1 - 1
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)
 {