Commit f16a631c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent a029551e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment