From: Neel Chauhan Date: Sun, 12 Apr 2020 19:43:21 +0000 (-0700) Subject: Fix typo in router_build_fresh_unsigned_routerinfo() comment X-Git-Tag: tor-0.4.5.0-alpha-dev~54^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a638514783ba5cdd7651e55da7539b69c3b66281;p=thirdparty%2Ftor.git Fix typo in router_build_fresh_unsigned_routerinfo() comment --- 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;