diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-12-13 11:44:21 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-01-03 17:34:41 +1100 |
commit | 1949908d134bb3764b0049be64f170f473f22fd8 (patch) | |
tree | ba0fa15ae464241e95648bb48ceeb6c7a612435d /src/common/address.c | |
parent | cdbb04be102969bd2cece9daf42896e061cc8880 (diff) | |
download | tor-1949908d134bb3764b0049be64f170f473f22fd8.tar.gz tor-1949908d134bb3764b0049be64f170f473f22fd8.zip |
Fix a typo in the comment for tor_addr_port_split
Diffstat (limited to 'src/common/address.c')
-rw-r--r-- | src/common/address.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 *<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 |