Fix typos

This commit is contained in:
Dimitris Apostolou 2024-01-04 21:35:25 +02:00
parent c5cab05a6b
commit 577c71b930
No known key found for this signature in database
GPG key ID: 4B5D20E938204A8A
5 changed files with 5 additions and 5 deletions

View file

@ -150,7 +150,7 @@ namespace datagram
void HandleDatagram (uint16_t fromPort, uint16_t toPort, uint8_t *const& buf, size_t len);
void HandleRawDatagram (uint16_t fromPort, uint16_t toPort, const uint8_t * buf, size_t len);
/** find a receiver by port, if none by port is found try default receiever, otherwise returns nullptr */
/** find a receiver by port, if none by port is found try default receiver, otherwise returns nullptr */
Receiver FindReceiver(uint16_t port);
private: