Commit 003fb4b1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

cmd: Fix a spelling erro in a TRACE() message.

parent 1163d431
...@@ -3938,7 +3938,7 @@ static int WCMD_handleExpression(WCHAR **expr, int *ret, int depth) ...@@ -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);
} }
......
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