From 6b600dd6199104cff01b3fa43d2abb52ae4319ea Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 19 Aug 2009 14:45:24 -0400 Subject: [PATCH] [HB] Fix typo --- src/hb-font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-font.h b/src/hb-font.h index f65ba71..9642c55 100644 --- a/src/hb-font.h +++ b/src/hb-font.h @@ -46,7 +46,7 @@ hb_face_create_for_data (hb_blob_t *blob, typedef hb_blob_t * (*hb_get_table_func_t) (hb_tag_t tag, void *user_data); -/* calls destory() when not needing user_data anymore */ +/* calls destroy() when not needing user_data anymore */ hb_face_t * hb_face_create_for_tables (hb_get_table_func_t get_table, hb_destroy_func_t destroy, -- 2.7.4