summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-19 14:45:24 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-19 14:45:24 -0400
commit34810eedcd0fe0c5347a69e511a16b27ef0499d6 (patch)
tree58d71d3058f79b60d632edc93a88a48edc41efba
parent0a8034ea52c1297e330e75ce5cccb3a6bf602fff (diff)
downloadpango-34810eedcd0fe0c5347a69e511a16b27ef0499d6.tar.gz
[HB] Fix typo
-rw-r--r--pango/opentype/hb-font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/hb-font.h b/pango/opentype/hb-font.h
index f65ba712..9642c55a 100644
--- a/pango/opentype/hb-font.h
+++ b/pango/opentype/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,