dwrite: A couple of spelling fixes in comments.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-09-08 06:19:38 +02:00 committed by Alexandre Julliard
parent 944c4e8f76
commit f38c260ce7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)