=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: cmd: Fix a comment.

Alexandre Julliard julliard at winehq.org
Fri Oct 28 12:48:37 CDT 2011


Module: wine
Branch: master
Commit: ecc4d8725374ed0e1c80f650888e2a4ec182ddbe
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ecc4d8725374ed0e1c80f650888e2a4ec182ddbe

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Fri Oct 28 09:52:18 2011 +0200

cmd: Fix a comment.

---

 programs/cmd/tests/test_builtins.cmd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/cmd/tests/test_builtins.cmd b/programs/cmd/tests/test_builtins.cmd
index a56d0a3..13c9393 100644
--- a/programs/cmd/tests/test_builtins.cmd
+++ b/programs/cmd/tests/test_builtins.cmd
@@ -1436,7 +1436,7 @@ if exist foo.cmd (
 
 echo ------------ Testing setlocal/endlocal ------------
 call :setError 0
-rem Note: setlocal EnableDelayedExtension already tested in the variable delayed expansion test section
+rem Note: setlocal EnableDelayedExpansion already tested in the variable delayed expansion test section
 mkdir foobar & cd foobar
 echo ...enable/disable extensions
 setlocal DisableEXTensions




More information about the wine-cvs mailing list