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

mshtml/tests: A spelling fix for a dom ok() message.

parent 8e382e97
...@@ -5775,7 +5775,7 @@ static void test_location(IHTMLDocument2 *doc) ...@@ -5775,7 +5775,7 @@ static void test_location(IHTMLDocument2 *doc)
SysFreeString(str); SysFreeString(str);
ref = IHTMLLocation_Release(location); 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) static void test_plugins_col(IHTMLDocument2 *doc)
......
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