diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-04-14 11:52:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-04-14 11:52:00 -0400 |
commit | 77e65076ab8e8a19beb5e5bf3d4c90b6dc6f577b (patch) | |
tree | 145e18f3e2d401302a07f5e0a28ba00a96709c4b /src | |
parent | f5c34d340dba47244eac3e5bcb4dda43ffc0fc4b (diff) | |
parent | a638514783ba5cdd7651e55da7539b69c3b66281 (diff) | |
download | tor-77e65076ab8e8a19beb5e5bf3d4c90b6dc6f577b.tar.gz tor-77e65076ab8e8a19beb5e5bf3d4c90b6dc6f577b.zip |
Merge remote-tracking branch 'tor-github/pr/1860/head'
Diffstat (limited to 'src')
-rw-r--r-- | src/feature/relay/router.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/relay/router.c b/src/feature/relay/router.c index 9b62bb385c..a4a9c6a817 100644 --- a/src/feature/relay/router.c +++ b/src/feature/relay/router.c @@ -2036,7 +2036,7 @@ router_build_fresh_unsigned_routerinfo,(routerinfo_t **ri_out)) /* For now, at most one IPv6 or-address is being advertised. */ tor_addr_port_t ipv6_orport; router_get_advertised_ipv6_or_ap(options, &ipv6_orport); - /* If there is no valud IPv6 ORPort, the address and port are null. */ + /* If there is no valid IPv6 ORPort, the address and port are null. */ tor_addr_copy(&ri->ipv6_addr, &ipv6_orport.addr); ri->ipv6_orport = ipv6_orport.port; |