Addressed typo: changed 'recieved' to 'received'

This commit is contained in:
Monstertov 2025-08-14 00:44:50 +02:00
parent 4003fdc574
commit 1224fd01bc

View file

@ -493,7 +493,7 @@ bool cbSignalMsg(pb_istream_t *stream, const pb_field_t *field, void **arg) {
/**************************************************************************/ /**************************************************************************/
/*! /*!
@brief Decodes a signal buffer protobuf message. @brief Decodes a signal buffer protobuf message.
NOTE: Should be executed in-order after a new _buffer is recieved. NOTE: Should be executed in-order after a new _buffer is received.
@param encodedSignalMsg @param encodedSignalMsg
Encoded signal message. Encoded signal message.
@return true if successfully decoded signal message, false otherwise. @return true if successfully decoded signal message, false otherwise.