[gentium-commits] [SCM] gentium updated: r61 - trunk/test/type1/Scripts/SplitKerns

Pavel Far?? INVALID.NOREPLY at gnu.org.ua
Sun Mar 27 17:32:31 CEST 2022


Author: pavel
Date: 2022-03-27 15:32:31 +0000 (Sun, 27 Mar 2022)
New Revision: 61

Modified:
   trunk/test/type1/Scripts/SplitKerns/split_kerning_pairs.py
Log:
fix typo

Modified: trunk/test/type1/Scripts/SplitKerns/split_kerning_pairs.py
===================================================================
--- trunk/test/type1/Scripts/SplitKerns/split_kerning_pairs.py	2022-03-27 15:27:49 UTC (rev 60)
+++ trunk/test/type1/Scripts/SplitKerns/split_kerning_pairs.py	2022-03-27 15:32:31 UTC (rev 61)
@@ -44,7 +44,7 @@
         if line.startswith('/'):
             add_one_glyph(line, l7x_glyph_names)
 
-# create set with glyphs in LRG
+# create set with glyphs in LGR
 lgr_glyph_names = set("")
 with open(LGR_ENC_NAME) as lgr_encoding_file:
     for line in lgr_encoding_file:



More information about the gentium-commits mailing list.