Module: wine Branch: master Commit: e63cea5dfc1881ce9e34c302c8074d88510b7824 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e63cea5dfc1881ce9e34c302c8...
Author: Francois Gouget fgouget@free.fr Date: Sat Jan 7 14:37:55 2017 +0100
riched20: A spelling fix in a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 1a944cbb..4f08b3b 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;