[PATCH] vbscript/tests: Fix the spelling of a vbscript comment.

Francois Gouget fgouget at free.fr
Tue Dec 10 19:57:32 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 6eebe287fee..fb9f96e4277 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
 
-- 
2.20.1




More information about the wine-devel mailing list