Skip to content

Commit 7f9bbb0

Browse files
committed
Addressed typo: changed 'pubish' to 'publish'
1 parent a4c53f7 commit 7f9bbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/register/Wippersnapper_Register.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ bool Wippersnapper::encodePubRegistrationReq() {
5555
if (!_status)
5656
return _status;
5757

58-
// pubish message
58+
// publish message
5959
WS.publish(WS._topic_description, _message_buffer, _message_len, 1);
6060
WS_DEBUG_PRINTLN("Published!");
6161
WS._boardStatus = WS_BOARD_DEF_SENT;

0 commit comments

Comments
 (0)