Francois Gouget : Fix spelling of dwAssign.

Alexandre Julliard julliard at winehq.org
Mon Apr 14 07:14:10 CDT 2008


Module: wine
Branch: master
Commit: 0682f85c957253de79bc23ee246c2b575df10987
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0682f85c957253de79bc23ee246c2b575df10987

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Apr 14 01:01:58 2008 +0200

Fix spelling of dwAssign.

---

 dlls/mshtml/tests/htmldoc.c     |    2 +-
 dlls/shdocvw/tests/webbrowser.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c
index 9f1d73d..34a7f24 100644
--- a/dlls/mshtml/tests/htmldoc.c
+++ b/dlls/mshtml/tests/htmldoc.c
@@ -1530,7 +1530,7 @@ static HRESULT WINAPI ClientSite_SaveObject(IOleClientSite *iface)
     return E_NOTIMPL;
 }
 
-static HRESULT WINAPI ClientSite_GetMoniker(IOleClientSite *iface, DWORD dwAsign, DWORD dwWhichMoniker,
+static HRESULT WINAPI ClientSite_GetMoniker(IOleClientSite *iface, DWORD dwAssign, DWORD dwWhichMoniker,
         IMoniker **ppmon)
 {
     ok(0, "unexpected call\n");
diff --git a/dlls/shdocvw/tests/webbrowser.c b/dlls/shdocvw/tests/webbrowser.c
index 0f337ed..2989076 100644
--- a/dlls/shdocvw/tests/webbrowser.c
+++ b/dlls/shdocvw/tests/webbrowser.c
@@ -671,7 +671,7 @@ static HRESULT WINAPI ClientSite_SaveObject(IOleClientSite *iface)
     return E_NOTIMPL;
 }
 
-static HRESULT WINAPI ClientSite_GetMoniker(IOleClientSite *iface, DWORD dwAsign, DWORD dwWhichMoniker,
+static HRESULT WINAPI ClientSite_GetMoniker(IOleClientSite *iface, DWORD dwAssign, DWORD dwWhichMoniker,
         IMoniker **ppmon)
 {
     ok(0, "unexpected call\n");




More information about the wine-cvs mailing list