[tor-commits] [tor/master] Fix a typo in the comment for	tor_addr_port_split
    nickm at torproject.org 
    nickm at torproject.org
       
    Thu Jan  7 20:50:17 UTC 2016
    
    
  
commit 1949908d134bb3764b0049be64f170f473f22fd8
Author: teor (Tim Wilson-Brown) <teor2345 at gmail.com>
Date:   Sun Dec 13 11:44:21 2015 +1100
    Fix a typo in the comment for tor_addr_port_split
---
 src/common/address.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/common/address.c b/src/common/address.c
index 69a8098..061bb7e 100644
--- a/src/common/address.c
+++ b/src/common/address.c
@@ -1784,7 +1784,7 @@ tor_addr_port_parse(int severity, const char *addrport,
 }
 
 /** Given an address of the form "host[:port]", try to divide it into its host
- * ane port portions, setting *<b>address_out</b> to a newly allocated string
+ * and port portions, setting *<b>address_out</b> to a newly allocated string
  * holding the address portion and *<b>port_out</b> to the port (or 0 if no
  * port is given).  Return 0 on success, -1 on failure. */
 int
    
    
More information about the tor-commits
mailing list