[tor-commits] [tor/master] fix typo
    arma at torproject.org 
    arma at torproject.org
       
    Sun Aug  3 19:43:33 UTC 2014
    
    
  
commit 52d5ef5affcff3bfb873d576cf9611ec02c67767
Author: Roger Dingledine <arma at torproject.org>
Date:   Sun Aug 3 15:43:21 2014 -0400
    fix typo
---
 src/or/reasons.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/reasons.c b/src/or/reasons.c
index 750e89b..60b38f6 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)
 {
    
    
More information about the tor-commits
mailing list