mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Fix proto spelling error.
PiperOrigin-RevId: 829189864
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user