Skip to content

Commit

Permalink
[ttx_diff] fix minor typo
Browse files Browse the repository at this point in the history
I discovered this while trying to copy paste the markker.txt file names to be able to diff them
  • Loading branch information
anthrotype committed Nov 22, 2023
1 parent 5b9f99f commit a899c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/ttx_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")


Expand Down

0 comments on commit a899c08

Please sign in to comment.