Skip to content

Commit 93a35d1

Browse files
author
xdylanm
committed
fix typo
1 parent 2ea8a0b commit 93a35d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_MQTT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ Adafruit_MQTT_Subscribe *Adafruit_MQTT::readSubscription(int16_t timeout) {
475475

476476
namespace {
477477

478-
uint16_t topicOffsetFromLenth(uint16_t const len)
478+
uint16_t topicOffsetFromLength(uint16_t const len)
479479
{
480480
if (len < 128) { // 7 bits (+1 continuation bit)
481481
return 0;

0 commit comments

Comments
 (0)