Fix comment typo

This commit is contained in:
1hitsong 2023-05-11 08:37:56 -04:00
parent e48c829226
commit 83510b31a3

View File

@ -119,7 +119,7 @@ end sub
function onKeyEvent(key as string, press as boolean) as boolean
if key = "right"
' By default RIGHT from the option list selects the OK button
' Instead, keep the user o the option list
' Instead, keep the user on the option list
return true
end if