From 7de8ecfbfc091c6786585cdae552857377ae7022 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Thu, 3 Dec 2015 10:42:07 -1000 Subject: [PATCH] Fix spelling --- utils/GYBUnicodeDataUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/GYBUnicodeDataUtils.py b/utils/GYBUnicodeDataUtils.py index 640e7d64d28d5..3a24c75434719 100644 --- a/utils/GYBUnicodeDataUtils.py +++ b/utils/GYBUnicodeDataUtils.py @@ -41,7 +41,7 @@ class GraphemeClusterBreakPropertyTable(UnicodeProperty): # Note: Numeric values should be consistent with # '_GraphemeClusterBreakPropertyValue' enum on the Swift side, and with # 'GraphemeClusterBreakProperty' in the compiler C++ code. If there is a - # reason for eithor of those to differ, then this mapping can be overriden + # reason for either of those to differ, then this mapping can be overriden # after an instance of this class is created. numeric_value_table = { 'Other': 0,