summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Reizner <razrfalcon@gmail.com>2019-02-19 18:35:00 +0200
committerEbrahim Byagowi <ebrahim@gnu.org>2019-02-19 20:05:00 +0330
commitd29c8424c8bfa47c910d0e270f05b5c0a1f803a2 (patch)
tree204c7a90f74760e6d509b04996d33601a2b01783
parent6bd4c082e49143d0631881645b81f999347257f8 (diff)
Typo (#1588)
Fixed a small typo. [skip ci]
-rw-r--r--src/hb-ot-font.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hb-ot-font.cc b/src/hb-ot-font.cc
index 20b09df5..94a9fdc4 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.
**/