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>
This commit is contained in:
parent
64726f9e14
commit
89eddb2ded
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue