itss: Fix spelling of the dwOrigin variables.

Francois Gouget fgouget at free.fr
Thu Jan 4 03:52:22 CST 2007


---
 dlls/itss/protocol.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/itss/protocol.c b/dlls/itss/protocol.c
index c278954..51fad3c 100644
--- a/dlls/itss/protocol.c
+++ b/dlls/itss/protocol.c
@@ -268,10 +268,10 @@ static HRESULT WINAPI ITSProtocol_Read(IInternetProtocol *iface, void *pv,
 }
 
 static HRESULT WINAPI ITSProtocol_Seek(IInternetProtocol *iface, LARGE_INTEGER dlibMove,
-        DWORD dwOrgin, ULARGE_INTEGER *plibNewPosition)
+        DWORD dwOrigin, ULARGE_INTEGER *plibNewPosition)
 {
     ITSProtocol *This = PROTOCOL_THIS(iface);
-    FIXME("(%p)->(%d %d %p)\n", This, dlibMove.u.LowPart, dwOrgin, plibNewPosition);
+    FIXME("(%p)->(%d %d %p)\n", This, dlibMove.u.LowPart, dwOrigin, plibNewPosition);
     return E_NOTIMPL;
 }
 
-- 
1.4.4.2




More information about the wine-patches mailing list