mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
src: fix spelling in code comments
Co-authored-by: Max Base <MaxBaseCode@gmail.com>
This commit is contained in:
parent
bd5b8a1feb
commit
e2ea565beb
2 changed files with 2 additions and 2 deletions
|
@ -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 ();
|
||||
|
||||
|
|
|
@ -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 ();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue