Skip to content

Commit 994c2d1

Browse files
committed
Spelling correction
1 parent c519ac8 commit 994c2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MorseMIDI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def english_morse(t):
7272

7373
main = Tk()
7474
main.title("Morse Code to MIDI")
75-
main.iconbitmap('icon.ico') # icon for the window comment to build binary wit pyinstaller
75+
main.iconbitmap('icon.ico') # icon for the window. Comment to build binary with pyinstaller
7676
main.geometry("600x400")
7777
main.resizable(FALSE, FALSE)
7878

0 commit comments

Comments
 (0)