commit 8f59b3e6f2a908818f16516e2f4729e4425bae11 Author: Nick Mathewson nickm@torproject.org Date: Tue Jun 30 14:36:11 2020 -0400
resolve_addr.c: remove a needless quote mark --- src/app/config/resolve_addr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/config/resolve_addr.c b/src/app/config/resolve_addr.c index 8224e8868..bf462c202 100644 --- a/src/app/config/resolve_addr.c +++ b/src/app/config/resolve_addr.c @@ -573,7 +573,7 @@ find_my_address(const or_options_t *options, int family, int warn_severity, * * This function is used to tell whether another address is 'remote' enough * that we can trust it when it tells us that we are reachable, or that we - * have a certain address." + * have a certain address. * * The criterion to learn if the address is local are the following: *