Hugh McMaster : msvcrt: Fix a spelling error.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Dec 22 16:20:52 CST 2014


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

Author: Hugh McMaster <hugh.mcmaster at outlook.com>
Date:   Mon Dec 22 12:16:59 2014 +1100

msvcrt: Fix a spelling error.

---

 dlls/msvcrt/printf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcrt/printf.h b/dlls/msvcrt/printf.h
index 8a41d3e..80133d6 100644
--- a/dlls/msvcrt/printf.h
+++ b/dlls/msvcrt/printf.h
@@ -398,7 +398,7 @@ int FUNC_NAME(pf_printf)(FUNC_NAME(puts_clbk) pf_puts, void *puts_ctx, const API
             p++;
         }
 
-        /* parse the widh */
+        /* parse the width */
         if(*p == '*') {
             p++;
             if(positional_params && (q = FUNC_NAME(pf_parse_int)(p, &i)) && *q=='$')




More information about the wine-cvs mailing list