From 1949908d134bb3764b0049be64f170f473f22fd8 Mon Sep 17 00:00:00 2001 From: "teor (Tim Wilson-Brown)" Date: Sun, 13 Dec 2015 11:44:21 +1100 Subject: Fix a typo in the comment for tor_addr_port_split --- src/common/address.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/address.c b/src/common/address.c index 69a80986ed..061bb7e724 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 *address_out to a newly allocated string + * and port portions, setting *address_out to a newly allocated string * holding the address portion and *port_out to the port (or 0 if no * port is given). Return 0 on success, -1 on failure. */ int -- cgit v1.2.3-54-g00ecf