From e67d4e08213094c74685da72db26a4e01c4d8b00 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Tue, 14 Dec 2021 10:45:19 -0800 Subject: [PATCH] tor-chanmgr: Fix happy eyeballs comment grammar in builder.rs --- crates/tor-chanmgr/src/builder.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/tor-chanmgr/src/builder.rs b/crates/tor-chanmgr/src/builder.rs index ed93af8f8..1c38e0cf6 100644 --- a/crates/tor-chanmgr/src/builder.rs +++ b/crates/tor-chanmgr/src/builder.rs @@ -62,9 +62,9 @@ impl ChanBuilder { // 1. Negotiate the TLS connection. - // TODO: This just uses the first address. Instead we could be smarter, - // or use "happy eyeballs, or whatever. Maybe we will want to - // refactor as we do so? + // TODO: This just uses the first address. Instead we could be + // smarter, or use "happy eyeballs", or whatever. Maybe we will + // want to refactor as we do so? let addr = target .addrs() .get(0)