[PATCH] msvcrt: Fix the spelling of a TRACE() message.

Francois Gouget fgouget at free.fr
Fri Jul 17 06:22:39 CDT 2020


Signed-off-by: Francois Gouget <fgouget at 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




More information about the wine-devel mailing list