Francois Gouget : riched20: Fix a spelling error in a dump message.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Apr 26 10:33:43 CDT 2016


Module: wine
Branch: master
Commit: ca147f51f06bbaf8015460374681cc0c67b2deeb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ca147f51f06bbaf8015460374681cc0c67b2deeb

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Apr 23 07:48:39 2016 +0200

riched20: Fix a spelling error in a dump message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/riched20/para.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/riched20/para.c b/dlls/riched20/para.c
index 3ea98c5..6721698 100644
--- a/dlls/riched20/para.c
+++ b/dlls/riched20/para.c
@@ -506,7 +506,7 @@ void ME_DumpParaStyleToBuf(const PARAFORMAT2 *pFmt, char buf[2048])
   DUMP(PFM_STYLE,          "Text style:",        "%d", sStyle);
   DUMP(PFM_LINESPACING,    "Line spacing rule:", "%u", bLineSpacingRule);
   /* bOutlineLevel should be 0 */
-  DUMP(PFM_SHADING,        "Shading Weigth:",    "%u", wShadingWeight);
+  DUMP(PFM_SHADING,        "Shading Weight:",    "%u", wShadingWeight);
   DUMP(PFM_SHADING,        "Shading Style:",     "%u", wShadingStyle);
   DUMP(PFM_NUMBERINGSTART, "Numbering Start:",   "%u", wNumberingStart);
   DUMP(PFM_NUMBERINGSTYLE, "Numbering Style:",   "0x%x", wNumberingStyle);




More information about the wine-cvs mailing list