mshtml: Fix a typo in a TRACE() message.

Francois Gouget fgouget at free.fr
Sat Jul 2 05:00:09 CDT 2016


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

diff --git a/dlls/mshtml/htmldoc.c b/dlls/mshtml/htmldoc.c
index 352b757..c341820 100644
--- a/dlls/mshtml/htmldoc.c
+++ b/dlls/mshtml/htmldoc.c
@@ -827,7 +827,7 @@ static HRESULT WINAPI HTMLDocument_get_domain(IHTMLDocument2 *iface, BSTR *p)
 
         nsAString_GetData(&nsstr, &str);
         if(!*str) {
-            TRACE("Gecko returned emptry string, fallback to loaded URL.\n");
+            TRACE("Gecko returned empty string, fallback to loaded URL.\n");
             nsAString_Finish(&nsstr);
             hres = IUri_GetHost(This->window->uri, p);
             return FAILED(hres) ? hres : S_OK;
-- 
2.8.1




More information about the wine-patches mailing list