mshtml: Fix spelling of an HTMLEmbedElement method implementation name.

Francois Gouget fgouget at free.fr
Wed Apr 13 04:30:10 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/mshtml/htmlembed.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/mshtml/htmlembed.c b/dlls/mshtml/htmlembed.c
index 506b4b5..5b3c1c1 100644
--- a/dlls/mshtml/htmlembed.c
+++ b/dlls/mshtml/htmlembed.c
@@ -110,7 +110,7 @@ static HRESULT WINAPI HTMLEmbedElement_get_hidden(IHTMLEmbedElement *iface, BSTR
     return E_NOTIMPL;
 }
 
-static HRESULT WINAPI HTMLEmbedElement_get_palete(IHTMLEmbedElement *iface, BSTR *p)
+static HRESULT WINAPI HTMLEmbedElement_get_palette(IHTMLEmbedElement *iface, BSTR *p)
 {
     HTMLEmbedElement *This = impl_from_IHTMLEmbedElement(iface);
     FIXME("(%p)->(%p)\n", This, p);
@@ -204,7 +204,7 @@ static const IHTMLEmbedElementVtbl HTMLEmbedElementVtbl = {
     HTMLEmbedElement_Invoke,
     HTMLEmbedElement_put_hidden,
     HTMLEmbedElement_get_hidden,
-    HTMLEmbedElement_get_palete,
+    HTMLEmbedElement_get_palette,
     HTMLEmbedElement_get_pluginspage,
     HTMLEmbedElement_put_src,
     HTMLEmbedElement_get_src,
-- 
2.8.0.rc3




More information about the wine-patches mailing list