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>
This commit is contained in:
Francois Gouget 2016-04-23 07:48:57 +02:00 committed by Alexandre Julliard
parent 8e382e97e9
commit ea12d857b4

View file

@ -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)