Skip to content

Commit 4485bb1

Browse files
Fix typo in comment
1 parent bf1c8f8 commit 4485bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Printers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ void printResponseCb(RemoteAtCommandResponse& at, uintptr_t data) {
303303

304304
void printResponseCb(XBeeResponse& r, uintptr_t data) {
305305
uint8_t id = r.getApiId();
306-
// Figure out the API type and call the corresonding function
306+
// Figure out the API type and call the corresponding function
307307
if (id == ZB_TX_STATUS_RESPONSE) {
308308
ZBTxStatusResponse response;
309309
r.getZBTxStatusResponse(response);

0 commit comments

Comments
 (0)