riched20: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Sat Jan 7 07:37:55 CST 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/riched20/style.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/riched20/style.c b/dlls/riched20/style.c
index 1a944cbb798..15d9c187295 100644
--- a/dlls/riched20/style.c
+++ b/dlls/riched20/style.c
@@ -183,7 +183,7 @@ ME_Style *ME_ApplyStyle(ME_TextEditor *editor, ME_Style *sSrc, CHARFORMAT2W *mod
   }
 
   COPY_STYLE_ITEM(CFM_UNDERLINETYPE, bUnderlineType);
-  /* If the CFM_UNDERLINE effect is not specified set it appropiately */
+  /* If the CFM_UNDERLINE effect is not specified, set it appropriately */
   if ((mod->dwMask & CFM_UNDERLINETYPE) && !(mod->dwMask & CFM_UNDERLINE))
   {
       fmt.dwMask |= CFM_UNDERLINE;
-- 
2.11.0




More information about the wine-patches mailing list