[style] fix spelling errors (#8939)

This commit is contained in:
Jonathan Hui
2023-04-11 22:39:35 -07:00
committed by GitHub
parent 0fc8ce95ea
commit 3d39d24a21
98 changed files with 268 additions and 259 deletions
+2 -2
View File
@@ -169,7 +169,7 @@ template <> otError UdpExample::Process<Cmd("send")>(Arg aArgs[])
// Binary hex data payload
VerifyOrExit(!aArgs[1].IsEmpty(), error = OT_ERROR_INVALID_ARGS);
SuccessOrExit(error = PrepareHexStringPaylod(*message, aArgs[1].GetCString()));
SuccessOrExit(error = PrepareHexStringPayload(*message, aArgs[1].GetCString()));
}
else
{
@@ -243,7 +243,7 @@ exit:
return error;
}
otError UdpExample::PrepareHexStringPaylod(otMessage &aMessage, const char *aHexString)
otError UdpExample::PrepareHexStringPayload(otMessage &aMessage, const char *aHexString)
{
enum : uint8_t
{