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

Francois Gouget fgouget at free.fr
Sat Apr 23 00:48:11 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 programs/cmd/builtins.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/cmd/builtins.c b/programs/cmd/builtins.c
index a444330..49c366a 100644
--- a/programs/cmd/builtins.c
+++ b/programs/cmd/builtins.c
@@ -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);
                  }
-- 
2.8.0.rc3




More information about the wine-patches mailing list