mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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:
parent
8e382e97e9
commit
ea12d857b4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue