[HB] Fix typo

This commit is contained in:
Behdad Esfahbod 2009-08-19 14:45:24 -04:00
parent 32c65a5ca3
commit 6b600dd619

View File

@ -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,