mirror of
https://github.com/espressif/openthread.git
synced 2026-08-10 20:57:47 +00:00
[style] fix spelling errors (#8939)
This commit is contained in:
+2
-2
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user