Module: wine Branch: master Commit: f38c260ce76c834d92a141b11e0f513c02720c0c URL: https://source.winehq.org/git/wine.git/?a=commit;h=f38c260ce76c834d92a141b11... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun Sep 8 06:19:38 2019 +0200 dwrite: A couple of spelling fixes in comments. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/dwrite/bidi.c | 2 +- dlls/dwrite/font.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/dwrite/bidi.c b/dlls/dwrite/bidi.c index f614f4ad8f..03c655ef68 100644 --- a/dlls/dwrite/bidi.c +++ b/dlls/dwrite/bidi.c @@ -67,7 +67,7 @@ extern const unsigned short bidi_direction_table[] DECLSPEC_HIDDEN; Note: The list of bidirectional character types here is not grouped the - same way as the table 3-7, since the numberic values for the types + same way as the table 3-7, since the numeric values for the types are chosen to keep the state and action tables compact. ------------------------------------------------------------------------*/ enum directions diff --git a/dlls/dwrite/font.c b/dlls/dwrite/font.c index 3f11b1d3ad..8dad94d25d 100644 --- a/dlls/dwrite/font.c +++ b/dlls/dwrite/font.c @@ -5402,7 +5402,7 @@ HRESULT create_glyphrunanalysis(const struct glyphrunanalysis_desc *desc, IDWrit *ret = NULL; - /* Check rendering, antialising, measuring, and grid fitting modes. */ + /* Check rendering, antialiasing, measuring, and grid fitting modes. */ if ((UINT32)desc->rendering_mode >= DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC_DOWNSAMPLED || desc->rendering_mode == DWRITE_RENDERING_MODE1_OUTLINE || desc->rendering_mode == DWRITE_RENDERING_MODE1_DEFAULT)