Skip to content

Commit 3118b93

Browse files
authored
Merge pull request adafruit#100 from fabaff/patch-1
Fix typo
2 parents 835094a + 574ed89 commit 3118b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/minimqtt_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def publish(mqtt_client, userdata, topic, pid):
6868

6969

7070
def message(client, topic, message):
71-
# Method callled when a client's subscribed feed has a new value.
71+
# Method called when a client's subscribed feed has a new value.
7272
print("New message on topic {0}: {1}".format(topic, message))
7373

7474

0 commit comments

Comments
 (0)