Skip to content

Commit 15f9ead

Browse files
committed
fixing typo
1 parent 6802359 commit 15f9ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4x4_MIDI_Messager/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
font = bitmap_font.load_font('/OCRA_small.pcf')
5454
# main label/MIDI message name text; centered
5555
main_area = label.Label(
56-
font, text="4x4 MIDI Messager", color=0xFFFFFF)
56+
font, text="4x4 MIDI Messenger", color=0xFFFFFF)
5757
main_area.anchor_point = (0.5, 0.0)
5858
main_area.anchored_position = (display.width / 2, 0)
5959
# MIDI message number text

0 commit comments

Comments
 (0)