cmd: Fix a spelling erro in a TRACE() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1163d431a0
commit
003fb4b139
|
@ -3938,7 +3938,7 @@ static int WCMD_handleExpression(WCHAR **expr, int *ret, int depth)
|
||||||
case ',':
|
case ',':
|
||||||
{
|
{
|
||||||
int prevresult = -1;
|
int prevresult = -1;
|
||||||
WINE_TRACE("Found expression delimiter - reducing exising stacks\n");
|
WINE_TRACE("Found expression delimiter - reducing existing stacks\n");
|
||||||
while (!rc && opstackhead) {
|
while (!rc && opstackhead) {
|
||||||
rc = WCMD_reduce(&opstackhead, &varstackhead);
|
rc = WCMD_reduce(&opstackhead, &varstackhead);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue