summaryrefslogtreecommitdiff
path: root/include/freetype/ftglyph.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2017-12-07 16:26:36 +0100
committerWerner Lemberg <wl@gnu.org>2017-12-07 16:26:36 +0100
commitc3cbb440afc45a1b7ef0501eda41e2f4edd9061e (patch)
treed76696bd04ee652116aa2cd3a1c3e4bba652e677 /include/freetype/ftglyph.h
parentd21f995aea766ad1b414575558082f408b939e2f (diff)
downloadfreetype2-c3cbb440afc45a1b7ef0501eda41e2f4edd9061e.tar.gz
Use ASCII only in public header files (#50858).
Diffstat (limited to 'include/freetype/ftglyph.h')
-rw-r--r--include/freetype/ftglyph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/freetype/ftglyph.h b/include/freetype/ftglyph.h
index db1a2c8ba..ae527d5a6 100644
--- a/include/freetype/ftglyph.h
+++ b/include/freetype/ftglyph.h
@@ -347,10 +347,10 @@ FT_BEGIN_HEADER
/* */
/* <Description> */
/* Return a glyph's `control box'. The control box encloses all the */
- /* outline's points, including Bézier control points. Though it */
+ /* outline's points, including Bezier control points. Though it */
/* coincides with the exact bounding box for most glyphs, it can be */
/* slightly larger in some situations (like when rotating an outline */
- /* that contains Bézier outside arcs). */
+ /* that contains Bezier outside arcs). */
/* */
/* Computing the control box is very fast, while getting the bounding */
/* box can take much more time as it needs to walk over all segments */