Fix proto spelling error.

PiperOrigin-RevId: 829189864
This commit is contained in:
Francis Tsui
2025-11-06 18:17:06 -08:00
committed by Copybara-Service
parent d7a3d13fe2
commit 57a607f162
@@ -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.