Module: wine Branch: master Commit: f16a631c2a4fb8c156834f36e772cd4b87b7fa3e URL: https://source.winehq.org/git/wine.git/?a=commit;h=f16a631c2a4fb8c156834f36e...
Author: Francois Gouget fgouget@free.fr Date: Fri Jul 17 13:22:39 2020 +0200
msvcrt: Fix the spelling of a TRACE() message.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 46df340839..f776a1fa4b 100644 --- a/dlls/msvcrt/printf.h +++ b/dlls/msvcrt/printf.h @@ -585,7 +585,7 @@ static inline int FUNC_NAME(pf_output_fp)(FUNC_NAME(puts_clbk) pf_puts, void *pu ULONGLONG m; DWORD l;
- TRACE("floting point argument: %.16le\n", v); + TRACE("floating point argument: %.16le\n", v);
if(flags->Precision == -1) flags->Precision = 6;