Fix typos
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user