Skip to content

Commit

Permalink
Update src/transport/raw/PeerAddress.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
crlonxp and bzbarsky-apple committed Jul 18, 2024
1 parent 4c1db19 commit 1257349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/raw/PeerAddress.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class PeerAddress
snprintf(buf, bufSize, "TCP:[%s%s]:%d", ip_addr, interface, mPort);
break;
case Type::kWiFiPAF:
snprintf(buf, bufSize, "WiFiPAF");
snprintf(buf, bufSize, "Wi-Fi PAF");
break;
case Type::kBle:
// Note that BLE does not currently use any specific address.
Expand Down

0 comments on commit 1257349

Please sign in to comment.