Fix ancient typo, and make them all consistant.

Google tells me it's a fairly common miss spelling in USA, and a male singing group.



SVN revision: 61199
This commit is contained in:
David Walter Seikel 2011-07-10 12:02:53 +00:00
parent 0869862e5e
commit fc1d772c79
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ static const struct _ecore_cocoa_keys_s keystable[] =
{ 39, "apostrophe", "'" },
{ 40, "parenleft", "(" },
{ 41, "parenright", ")" },
{ 42, "asterik", "*" },
{ 42, "asterisk", "*" },
{ 43, "plus", "+" },
{ 44, "comma", "," },
{ 45, "minus", "-" },

View File

@ -8,7 +8,7 @@
"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", /**/"-", "_", "-",/***/

View File

@ -27,7 +27,7 @@ static const struct _ecore_sdl_keys_s keystable[] =
{ SDLK_QUOTE, "apostrophe", "'" },
{ SDLK_LEFTPAREN, "parenleft", "(" },
{ SDLK_RIGHTPAREN, "parenright", ")" },
{ SDLK_ASTERISK, "asterik", "*" },
{ SDLK_ASTERISK, "asterisk", "*" },
{ SDLK_PLUS, "plus", "+" },
{ SDLK_COMMA, "comma", "," },
{ SDLK_MINUS, "minus", "-" },