src: fix spelling in code comments

Co-authored-by: Max Base <MaxBaseCode@gmail.com>
This commit is contained in:
John Bampton 2025-03-28 00:09:37 +10:00 committed by Behdad Esfahbod
parent bd5b8a1feb
commit ba6869848f
2 changed files with 2 additions and 2 deletions

View file

@ -1073,7 +1073,7 @@ struct cff1
this->blob = sc.reference_table<cff1> (face);
/* setup for run-time santization */
/* setup for run-time sanitization */
sc.init (this->blob);
sc.start_processing ();

View file

@ -405,7 +405,7 @@ struct cff2
this->blob = sc.reference_table<cff2> (face);
/* setup for run-time santization */
/* setup for run-time sanitization */
sc.init (this->blob);
sc.start_processing ();