]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix typo
authorRoger Dingledine <arma@torproject.org>
Sun, 3 Aug 2014 19:43:21 +0000 (15:43 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 3 Aug 2014 19:43:21 +0000 (15:43 -0400)
src/or/reasons.c

index 750e89bbe78d4234471e7f242b942e9f68cd18f9..60b38f634e5017371d8c13e4b386f728d9872f62 100644 (file)
@@ -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)
 {