From d29c8424c8bfa47c910d0e270f05b5c0a1f803a2 Mon Sep 17 00:00:00 2001 From: Evgeniy Reizner Date: Tue, 19 Feb 2019 18:35:00 +0200 Subject: [PATCH] Typo (#1588) Fixed a small typo. [skip ci] --- src/hb-ot-font.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-font.cc b/src/hb-ot-font.cc index 20b09df52..94a9fdc47 100644 --- a/src/hb-ot-font.cc +++ b/src/hb-ot-font.cc @@ -52,7 +52,7 @@ * @short_description: OpenType font implementation * @include: hb-ot.h * - * Functions for using OpenType fonts with hb_shape(). Not that fonts returned + * Functions for using OpenType fonts with hb_shape(). Note that fonts returned * by hb_font_create() default to using these functions, so most clients would * never need to call these functions directly. **/