Fix ancient typo, and make them all consistant.
authorDavid Walter Seikel <onefang@gmail.com>
Sun, 10 Jul 2011 12:02:53 +0000 (12:02 +0000)
committerDavid Walter Seikel <onefang@gmail.com>
Sun, 10 Jul 2011 12:02:53 +0000 (12:02 +0000)
Google tells me it's a fairly common miss spelling in USA, and a male singing group.

SVN revision: 61199

legacy/ecore/src/lib/ecore_cocoa/Ecore_Cocoa_Keys.h
legacy/ecore/src/lib/ecore_fb/ecore_fb_keytable.h
legacy/ecore/src/lib/ecore_sdl/Ecore_Sdl_Keys.h

index cafd503..7068bc2 100644 (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",        "-" },
index c943cfd..38de7bf 100644 (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", /**/"-",   "_",   "-",/***/
index e1bc430..77e06a5 100644 (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",        "-" },