[PATCH] msvcrt: Fix the spelling of a TRACE() message.
17 Jul
2020
17 Jul
'20
11:22 a.m.
Signed-off-by: Francois Gouget <fgouget(a)free.fr> --- 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 46df340839e..f776a1fa4b2 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; -- 2.20.1
1980
Age (days ago)
1980
Last active (days ago)
1 comments
2 participants
participants (2)
-
Francois Gouget -
Piotr Caban