From a267249930503f99a2517cd35f90556cefdea854 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 24 Feb 2023 17:22:22 -0700 Subject: [PATCH] [wasm] Typo --- src/harfbuzz.cc | 2 ++ src/hb-wasm-shape.cc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/harfbuzz.cc b/src/harfbuzz.cc index d7e8a93f3..26e2bc145 100644 --- a/src/harfbuzz.cc +++ b/src/harfbuzz.cc @@ -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" diff --git a/src/hb-wasm-shape.cc b/src/hb-wasm-shape.cc index 14dbf48fc..90bfcf23e 100644 --- a/src/hb-wasm-shape.cc +++ b/src/hb-wasm-shape.cc @@ -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)