Francois Gouget : vbscript/tests: A spelling fix in a comment.

Alexandre Julliard julliard at winehq.org
Thu Mar 14 18:33:20 CDT 2019


Module: wine
Branch: master
Commit: c05a2ae4a753e5f408b473bf5bf076fa743af5e0
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c05a2ae4a753e5f408b473bf5bf076fa743af5e0

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 14 02:40:30 2019 +0100

vbscript/tests: A spelling fix in a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at 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 9f1d24c..afd7c24 100644
--- a/dlls/vbscript/tests/lang.vbs
+++ b/dlls/vbscript/tests/lang.vbs
@@ -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")




More information about the wine-cvs mailing list