summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2020-07-07 11:31:19 +0000
committerMike Gorse <mgorse@suse.com>2020-07-07 11:31:19 +0000
commit34493ea0ea64c83dd7067f11b34ffa0efaff8e62 (patch)
tree693e4cb3700bb5e17b3385afd95589c8dc5d3174
parent4ad5a49ff62de8a0858bb1da167aec885089b30f (diff)
parent8ccae4f532cdbd826ccad7fb549f66db945ddfbf (diff)
downloadat-spi2-core-34493ea0ea64c83dd7067f11b34ffa0efaff8e62.tar.gz
Merge branch 'keysym2ucs-typo2' into 'master'
keysymtab: fix keysym name for Greek_IOTAdieresis See merge request GNOME/at-spi2-core!35
-rw-r--r--registryd/ucs2keysym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/registryd/ucs2keysym.c b/registryd/ucs2keysym.c
index 65e0ca2c..b69fbcfd 100644
--- a/registryd/ucs2keysym.c
+++ b/registryd/ucs2keysym.c
@@ -196,7 +196,7 @@ struct codepair {
{ 0x07d7, 0x03a7 }, /* Greek_CHI Χ GREEK CAPITAL LETTER CHI */
{ 0x07d8, 0x03a8 }, /* Greek_PSI Ψ GREEK CAPITAL LETTER PSI */
{ 0x07d9, 0x03a9 }, /* Greek_OMEGA Ω GREEK CAPITAL LETTER OMEGA */
- { 0x07a5, 0x03aa }, /* Greek_IOTAdiaeresis Ϊ GREEK CAPITAL LETTER IOTA WITH DIALYTIKA */
+ { 0x07a5, 0x03aa }, /* Greek_IOTAdieresis Ϊ GREEK CAPITAL LETTER IOTA WITH DIALYTIKA */
{ 0x07a9, 0x03ab }, /* Greek_UPSILONdieresis Ϋ GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA */
{ 0x07b1, 0x03ac }, /* Greek_alphaaccent ά GREEK SMALL LETTER ALPHA WITH TONOS */
{ 0x07b2, 0x03ad }, /* Greek_epsilonaccent έ GREEK SMALL LETTER EPSILON WITH TONOS */