Fixed spelling for semi colon was simi colon

This commit is contained in:
Jeremiah Ticket 2016-09-28 12:47:21 -08:00
parent 4ca5e90909
commit 71ae21d079

View File

@ -46,7 +46,7 @@ class punctuationManager():
')':'right paren',
'}':'right brace',
']':'right bracket',
';':'simi colon',
';':'semi colon',
'/':'slash',
'*':'star',
'~':'tilde',