mshtml: A spelling fix in a WARN() 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>
oldstable
Francois Gouget 2017-09-08 02:13:52 +02:00 committed by Alexandre Julliard
parent 64726f9e14
commit 89eddb2ded
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ static nsresult run_insert_script(HTMLDocumentNode *doc, nsISupports *script_ifa
static void set_document_mode(HTMLDocumentNode *doc, compat_mode_t document_mode, BOOL lock)
{
if(doc->document_mode_locked) {
WARN("attemting to set document mode %d on locked document %p\n", document_mode, doc);
WARN("attempting to set document mode %d on locked document %p\n", document_mode, doc);
return;
}