[PATCH] dwrite: A couple of spelling fixes in comments.

Francois Gouget fgouget at free.fr
Sat Sep 7 23:19:38 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 f614f4ad8fd..03c655ef689 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 3f11b1d3ada..8dad94d25df 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)
-- 
2.20.1




More information about the wine-devel mailing list