vbscript/tests: A spelling fix in a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-03-14 02:40:30 +01:00 committed by Alexandre Julliard
parent 603bd85a09
commit c05a2ae4a7
1 changed files with 1 additions and 1 deletions

View File

@ -1366,7 +1366,7 @@ end sub
call test_identifiers()
sub test_dotIdentifiers
' test keywords that can also be an indentifier after a dot
' test keywords that can also be an identifier after a dot
' Call ok(testObj.rem = 10, "testObj.rem = " & testObj.rem & " expected 10")
Call ok(testObj.true = 10, "testObj.true = " & testObj.true & " expected 10")
Call ok(testObj.false = 10, "testObj.false = " & testObj.false & " expected 10")