From a29c5bab22a9ded6ea4f5aea8dc3930255671ca0 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 7 Jan 2017 14:44:20 +0100 Subject: [PATCH] cmd/tests: A spelling fix in a comment. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- programs/cmd/tests/test_builtins.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/cmd/tests/test_builtins.cmd b/programs/cmd/tests/test_builtins.cmd index 02d97505a3..62334b17b6 100644 --- a/programs/cmd/tests/test_builtins.cmd +++ b/programs/cmd/tests/test_builtins.cmd @@ -353,7 +353,7 @@ echo --- echo h1|echo h2&echo h3 echo i1|echo i2|echo i3 echo --- chain pipe input -rem The output data of the left side of a pipe can dissapear, probably +rem The output data of the left side of a pipe can disappear, probably rem because it finished too fast and closed the pipe before it could be read, rem which means we can get broken results for the tests of this section. echo @echo off> tmp.cmd