Skip to content

Commit bcea600

Browse files
authored
Merge pull request #2566 from adafruit/4x4_edit
fixing typo
2 parents 6802359 + 22ea488 commit bcea600

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

4x4_MIDI_Messager/code.py renamed to 4x4_MIDI_Messenger/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)