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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Francois Gouget 2019-12-11 02:57:32 +01:00 committed by Alexandre Julliard
parent f7de43a173
commit 975bc319d5
1 changed files with 1 additions and 1 deletions

View File

@ -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