From d45f240e4e330cedad737fdb792b311c37a19e32 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 9 Feb 2018 15:51:45 -0600 Subject: [PATCH] Typo --- src/hb-buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-buffer.h b/src/hb-buffer.h index cf182db1..c9de8029 100644 --- a/src/hb-buffer.h +++ b/src/hb-buffer.h @@ -82,7 +82,7 @@ typedef struct hb_glyph_info_t { * beginning of this cluster, and the two sides * represent the exact same result one would get * if breaking input text at the beginning of - * this cluster ans shaping the two sides + * this cluster and shaping the two sides * separately. This can be used to optimize * paragraph layout, by avoiding re-shaping * of each line after line-breaking, or limiting -- GitLab