diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-02-09 15:51:45 -0600 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-02-09 15:51:45 -0600 |
commit | d45f240e4e330cedad737fdb792b311c37a19e32 (patch) | |
tree | 371c5286eaaab6362b3c05256307e118e07564f2 | |
parent | 3b7aa651b4714b996816023a4929c0289065493f (diff) |
Typo
-rw-r--r-- | src/hb-buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |