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>
oldstable
Francois Gouget 2016-04-23 07:48:11 +02:00 committed by Alexandre Julliard
parent 1163d431a0
commit 003fb4b139
1 changed files with 1 additions and 1 deletions

View File

@ -3938,7 +3938,7 @@ static int WCMD_handleExpression(WCHAR **expr, int *ret, int depth)
case ',':
{
int prevresult = -1;
WINE_TRACE("Found expression delimiter - reducing exising stacks\n");
WINE_TRACE("Found expression delimiter - reducing existing stacks\n");
while (!rc && opstackhead) {
rc = WCMD_reduce(&opstackhead, &varstackhead);
}