Module: wine Branch: master Commit: ea12d857b45ed93631549ba521736d4f6f66ddb8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ea12d857b45ed93631549ba521...
Author: Francois Gouget fgouget@free.fr Date: Sat Apr 23 07:48:57 2016 +0200
mshtml/tests: A spelling fix for a dom ok() message.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mshtml/tests/dom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c index 9e8d8b5..7a39d34 100644 --- a/dlls/mshtml/tests/dom.c +++ b/dlls/mshtml/tests/dom.c @@ -5775,7 +5775,7 @@ static void test_location(IHTMLDocument2 *doc) SysFreeString(str);
ref = IHTMLLocation_Release(location); - ok(!ref, "location chould be destroyed here\n"); + ok(!ref, "location should be destroyed here\n"); }
static void test_plugins_col(IHTMLDocument2 *doc)