From fb0df17b2701c1c5623198440aa88a676985bd4f Mon Sep 17 00:00:00 2001 From: David Corbett Date: Mon, 24 Jun 2019 21:54:26 -0400 Subject: [PATCH] Correct "nonunihan" to "nounihan" --- src/gen-ucd-table.py | 4 ++-- src/hb-ucd-table.hh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gen-ucd-table.py b/src/gen-ucd-table.py index 053953a97..f443ac1cf 100755 --- a/src/gen-ucd-table.py +++ b/src/gen-ucd-table.py @@ -7,7 +7,7 @@ import logging logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.INFO) if len (sys.argv) != 2: - print("usage: ./gen-ucd-table ucd.nonunihan.grouped.xml", file=sys.stderr) + print("usage: ./gen-ucd-table ucd.nounihan.grouped.xml", file=sys.stderr) sys.exit(1) # https://github.com/harfbuzz/packtab @@ -90,7 +90,7 @@ print("/* == Start of generated table == */") print("/*") print(" * The following table is generated by running:") print(" *") -print(" * ./gen-ucd-table.py ucd.nonunihan.grouped.xml") +print(" * ./gen-ucd-table.py ucd.nounihan.grouped.xml") print(" *") print(" * on file with this description:", ucdxml.description) print(" */") diff --git a/src/hb-ucd-table.hh b/src/hb-ucd-table.hh index ae9ce3e2f..4a5e30c64 100644 --- a/src/hb-ucd-table.hh +++ b/src/hb-ucd-table.hh @@ -2,7 +2,7 @@ /* * The following table is generated by running: * - * ./gen-ucd-table.py ucd.nonunihan.grouped.xml + * ./gen-ucd-table.py ucd.nounihan.grouped.xml * * on file with this description: Unicode 12.1.0 */