Fix typos

This commit is contained in:
Gabriel Ferreira
2023-02-18 00:43:21 -03:00
parent 8f1d403fcd
commit 6f076416e7
302 changed files with 679 additions and 545 deletions

View File

@@ -39,7 +39,7 @@ NS_LOG_COMPONENT_DEFINE("EnergyExample");
* Print a received packet
*
* \param from sender address
* \return a sting with the details of the packet: dst {IP, port}, time.
* \return a string with the details of the packet: dst {IP, port}, time.
*/
static inline std::string
PrintReceivedPacket(Address& from)

View File

@@ -68,7 +68,7 @@ NS_LOG_COMPONENT_DEFINE("EnergyWithHarvestingExample");
* Print a received packet
*
* \param from sender address
* \return a sting with the details of the packet: dst {IP, port}, time.
* \return a string with the details of the packet: dst {IP, port}, time.
*/
static inline std::string
PrintReceivedPacket(Address& from)