{ 39, "apostrophe", "'" },
{ 40, "parenleft", "(" },
{ 41, "parenright", ")" },
-{ 42, "asterik", "*" },
+{ 42, "asterisk", "*" },
{ 43, "plus", "+" },
{ 44, "comma", "," },
{ 45, "minus", "-" },
"5", "percent", "5", /**/"5", "%", "5",/***/
"6", "asciicircumm", "6", /**/"6", "^", "6",/***/
"7", "ampersand", "7", /**/"7", "&", "7",/***/
- "8", "asterik", "8", /**/"8", "*", "8",/***/
+ "8", "asterisk", "8", /**/"8", "*", "8",/***/
"9", "parenleft", "9", /**/"9", "(", "9",/***/
"0", "parenright", "0", /**/"0", ")", "0",/***/
"minus", "underscore", "minus", /**/"-", "_", "-",/***/
{ SDLK_QUOTE, "apostrophe", "'" },
{ SDLK_LEFTPAREN, "parenleft", "(" },
{ SDLK_RIGHTPAREN, "parenright", ")" },
- { SDLK_ASTERISK, "asterik", "*" },
+ { SDLK_ASTERISK, "asterisk", "*" },
{ SDLK_PLUS, "plus", "+" },
{ SDLK_COMMA, "comma", "," },
{ SDLK_MINUS, "minus", "-" },