Francois Gouget : vbscript/tests: Fix the spelling of a vbscript comment.

Alexandre Julliard julliard at winehq.org
Wed Dec 11 16:35:00 CST 2019


Module: wine
Branch: master
Commit: 975bc319d59d97bc189a7bbfd0eff2debd970957
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=975bc319d59d97bc189a7bbfd0eff2debd970957

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Dec 11 02:57:32 2019 +0100

vbscript/tests: Fix the spelling of a vbscript comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/vbscript/tests/lang.vbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/vbscript/tests/lang.vbs b/dlls/vbscript/tests/lang.vbs
index 6eebe287fe..fb9f96e427 100644
--- a/dlls/vbscript/tests/lang.vbs
+++ b/dlls/vbscript/tests/lang.vbs
@@ -1573,7 +1573,7 @@ sub test_dotIdentifiers
 end sub
 call test_dotIdentifiers
 
-' Test End statements not required to be preceeded by a newline or separator
+' Test End statements not required to be preceded by a newline or separator
 Sub EndTestSub
     x = 1 End Sub
 




More information about the wine-cvs mailing list