mshtml: A spelling fix in a WARN() message.

Francois Gouget fgouget at free.fr
Thu Sep 7 19:13:52 CDT 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/mshtml/mutation.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/mutation.c b/dlls/mshtml/mutation.c
index cf69b60c19a..3c2ca08db65 100644
--- a/dlls/mshtml/mutation.c
+++ b/dlls/mshtml/mutation.c
@@ -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;
     }
 
-- 
2.14.1




More information about the wine-patches mailing list