From ba6869848ffede7cc9601c1a618cca5bbf969043 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 28 Mar 2025 00:09:37 +1000 Subject: [PATCH] src: fix spelling in code comments Co-authored-by: Max Base --- src/hb-ot-cff1-table.hh | 2 +- src/hb-ot-cff2-table.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-ot-cff1-table.hh b/src/hb-ot-cff1-table.hh index 9d3f4b249..f6f9ed2c1 100644 --- a/src/hb-ot-cff1-table.hh +++ b/src/hb-ot-cff1-table.hh @@ -1073,7 +1073,7 @@ struct cff1 this->blob = sc.reference_table (face); - /* setup for run-time santization */ + /* setup for run-time sanitization */ sc.init (this->blob); sc.start_processing (); diff --git a/src/hb-ot-cff2-table.hh b/src/hb-ot-cff2-table.hh index 536c918f0..490077a67 100644 --- a/src/hb-ot-cff2-table.hh +++ b/src/hb-ot-cff2-table.hh @@ -405,7 +405,7 @@ struct cff2 this->blob = sc.reference_table (face); - /* setup for run-time santization */ + /* setup for run-time sanitization */ sc.init (this->blob); sc.start_processing ();