diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2010-08-06 00:29:27 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2010-08-06 00:29:27 -0500 |
commit | 66f3680cb47fbd091924f8ca194085a740f59b2f (patch) | |
tree | 12084836a16eab4fddc704edb670b772981a4b22 | |
parent | 989f84d01bccd7bfca30a9edfa923c99ce57fcf1 (diff) |
Cygwin/X: Fix typo in keyboard layout namesxserver-cygwin-1.8.2-1
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
-rw-r--r-- | hw/xwin/winlayouts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winlayouts.h b/hw/xwin/winlayouts.h index bf74a68e6..f5397e369 100644 --- a/hw/xwin/winlayouts.h +++ b/hw/xwin/winlayouts.h @@ -56,7 +56,7 @@ WinKBLayoutRec winKBLayouts[] = {0x20409, -1, "pc105", "us_intl", NULL, NULL, "English (USA, International)"}, { 0x809, -1, "pc105", "gb", NULL, NULL, "English (United Kingdom)"}, { 0x1009, -1, "pc105", "ca", "fr", NULL, "French (Canada)"}, - {0x11009, -1, "pc105", "ca", "multix", NULL, "Candian Multilingual Standard"}, + {0x11009, -1, "pc105", "ca", "multix", NULL, "Canadian Multilingual Standard"}, { 0x1809, -1, "pc105", "ie", NULL, NULL, "Irish"}, { 0x40a, -1, "pc105", "es", NULL, NULL, "Spanish (Spain, Traditional Sort)"}, { 0x80a, -1, "pc105", "latam", NULL, NULL, "Latin American"}, |