File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class GraphemeClusterBreakPropertyTable(UnicodeProperty):
41
41
# Note: Numeric values should be consistent with
42
42
# '_GraphemeClusterBreakPropertyValue' enum on the Swift side, and with
43
43
# 'GraphemeClusterBreakProperty' in the compiler C++ code. If there is a
44
- # reason for eithor of those to differ, then this mapping can be overriden
44
+ # reason for either of those to differ, then this mapping can be overridden
45
45
# after an instance of this class is created.
46
46
numeric_value_table = {
47
47
'Other' : 0 ,
@@ -270,7 +270,7 @@ def create_tables(self):
270
270
[ j for j in range (i << self .supp_second_level_index_bits , (i + 1 ) << self .supp_second_level_index_bits ) ]
271
271
for i in range (0 , self .supp_first_level_index_max + 1 ) ]
272
272
273
- # An arry of supp data blocks.
273
+ # An array of supp data blocks.
274
274
self .supp_data = [
275
275
[ - 1 for i in range (0 , 1 << self .supp_data_offset_bits ) ]
276
276
for i in range (0 , (self .supp_first_level_index_max + 1 ) * (1 << self .supp_second_level_index_bits )) ]
You can’t perform that action at this time.
0 commit comments