msvcrt: Fix a spelling error.

This commit is contained in:
Hugh McMaster 2014-12-22 12:16:59 +11:00 committed by Alexandre Julliard
parent aeda103769
commit 828a46898d
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ int FUNC_NAME(pf_printf)(FUNC_NAME(puts_clbk) pf_puts, void *puts_ctx, const API
p++;
}
/* parse the widh */
/* parse the width */
if(*p == '*') {
p++;
if(positional_params && (q = FUNC_NAME(pf_parse_int)(p, &i)) && *q=='$')