From 5daeff3e68e4e202effb152f52702a044c09f386 Mon Sep 17 00:00:00 2001 From: David Corbett Date: Wed, 17 Apr 2019 09:11:44 -0400 Subject: [PATCH] Fix "hb_script_" doc typo --- src/hb-common.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-common.cc b/src/hb-common.cc index 356c2bf17..60d16c8a4 100644 --- a/src/hb-common.cc +++ b/src/hb-common.cc @@ -488,7 +488,7 @@ hb_script_from_string (const char *str, int len) /** * hb_script_to_iso15924_tag: - * @script: an #hb_script_ to convert. + * @script: an #hb_script_t to convert. * * See hb_script_from_iso15924_tag(). *