From 03c11cc1bae0c52ff55686bed5e78d2439fd1860 Mon Sep 17 00:00:00 2001 From: Age Manning Date: Mon, 14 Oct 2024 13:05:26 +1100 Subject: [PATCH] Update src/service.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Oliveira --- src/service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service.rs b/src/service.rs index 6045b195..8df43070 100644 --- a/src/service.rs +++ b/src/service.rs @@ -1551,7 +1551,7 @@ impl Service { /// Helper function that determines if we need more votes for a specific IP /// class. /// - /// If we are in dual-stack made and don't have enough votes for either ipv4 or ipv6 and the + /// If we are in dual-stack mode and don't have enough votes for either ipv4 or ipv6 and the /// requesting node/vote is what we need, then this will return true fn require_more_ip_votes(&mut self, is_ipv6: bool) -> bool { if !matches!(self.ip_mode, IpMode::DualStack) {