From 57a607f162a9647c1f52634266d7b956d0ea38e4 Mon Sep 17 00:00:00 2001 From: Francis Tsui Date: Thu, 6 Nov 2025 18:15:28 -0800 Subject: [PATCH] Fix proto spelling error. PiperOrigin-RevId: 829189864 --- connections/implementation/proto/offline_wire_formats.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connections/implementation/proto/offline_wire_formats.proto b/connections/implementation/proto/offline_wire_formats.proto index 8a922072..d09d810d 100644 --- a/connections/implementation/proto/offline_wire_formats.proto +++ b/connections/implementation/proto/offline_wire_formats.proto @@ -280,7 +280,7 @@ message BandwidthUpgradeNegotiationFrame { // Receivers should ignore gateway and port fields if this field is set. // Receivers should attempt to connect to each of the address candidates // in order until a connection can be established. - repeated ServiceAddress addresse_candidates = 6; + repeated ServiceAddress address_candidates = 6; } // Accompanies Medium.WIFI_LAN. @@ -297,7 +297,7 @@ message BandwidthUpgradeNegotiationFrame { // is set. // Receivers should attempt to connect to each of the address candidates // in order until a connection can be established. - repeated ServiceAddress addresse_candidates = 3; + repeated ServiceAddress address_candidates = 3; } // Accompanies Medium.BLUETOOTH.