Commit c05a2ae4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

vbscript/tests: A spelling fix in a comment.

parent 603bd85a
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment