[wasm] Typo

This commit is contained in:
Behdad Esfahbod 2023-02-24 17:22:22 -07:00
parent 99d2dab30f
commit a267249930
2 changed files with 3 additions and 1 deletions

View File

@ -58,3 +58,5 @@
#include "hb-ucd.cc"
#include "hb-unicode.cc"
#include "hb-uniscribe.cc"
#include "hb-wasm-api.cc"
#include "hb-wasm-shape.cc"

View File

@ -227,7 +227,7 @@ _hb_wasm_shape (hb_shape_plan_t *shape_plan,
goto fail;
}
/* TODO Regularize clusters accordint to direction & cluster level,
/* TODO Regularize clusters according to direction & cluster level,
* such that client doesn't crash with unmet expectations. */
if (!results[0].of.i32)