From a899c08fed65458180f4da4a620bfe4f1957c638 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Wed, 22 Nov 2023 16:43:38 +0000 Subject: [PATCH] [ttx_diff] fix minor typo I discovered this while trying to copy paste the markker.txt file names to be able to diff them --- resources/scripts/ttx_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/ttx_diff.py b/resources/scripts/ttx_diff.py index db26ca2fc..38546d3d1 100755 --- a/resources/scripts/ttx_diff.py +++ b/resources/scripts/ttx_diff.py @@ -327,7 +327,7 @@ def main(argv): print(f" DIFF '{tag}', {p1} {p2}") if tag == "GPOS": p1 = build_dir / "fontc.markkern.txt" - p2 = build_dir / "fontools.markkern.txt" + p2 = build_dir / "fontmake.markkern.txt" print(f" (mark/kern) {p1} {p2}")