Skip to content

Commit c3e6257

Browse files
committed
compilemenu.py: fix typo
1 parent cd58f6d commit c3e6257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/compilemenu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
MenuStrip. Each MenuStrip contains exectly 5 MenuItems corresponding to the 5
1818
bottons on the top row of a TI-83 Plus or a TI-84 Plus series calculator.
1919
20-
The tree traversal of the menu hierarchy to serial into the Z-80 assembly
20+
The tree traversal of the menu hierarchy to serialize into the Z-80 assembly
2121
language file is slightly strange. It is not depth-first, nor breadth-first, but
2222
a hybrid of the two. Traversal occurs in 2 steps:
2323
24-
1) The direct children of the MenuGroup, as stored in the list of MenuStrip, are
24+
1) The direct children of a MenuGroup, as stored in the list of MenuStrip, are
2525
serialized,
2626
2727
2) Then the direct children are scanned a second time, and for each MenuNode

0 commit comments

Comments
 (0)