Francois Gouget : vbscript/tests: Fix the spelling of a vbscript comment.
Module: wine Branch: master Commit: 975bc319d59d97bc189a7bbfd0eff2debd970957 URL: https://source.winehq.org/git/wine.git/?a=commit;h=975bc319d59d97bc189a7bbfd... Author: Francois Gouget <fgouget(a)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(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)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
participants (1)
-
Alexandre Julliard