[HB] Fix typo
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 19 Aug 2009 18:45:24 +0000 (14:45 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:45 +0000 (14:40 -0500)
src/hb-font.h

index f65ba71..9642c55 100644 (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,