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>
This commit is contained in:
Francois Gouget 2020-07-17 13:22:39 +02:00 committed by Alexandre Julliard
parent a029551e7c
commit f16a631c2a
1 changed files with 1 additions and 1 deletions

View File

@ -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;