oleaut32: Fix the spelling of an internal structure field name.

Francois Gouget fgouget at free.fr
Wed Aug 3 04:36:33 CDT 2011


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

diff --git a/dlls/oleaut32/usrmarshal.c b/dlls/oleaut32/usrmarshal.c
index 97bfef7..c67f384 100644
--- a/dlls/oleaut32/usrmarshal.c
+++ b/dlls/oleaut32/usrmarshal.c
@@ -190,7 +190,7 @@ void WINAPI BSTR_UserFree(ULONG *pFlags, BSTR *pstr)
 typedef struct
 {
     DWORD clSize;
-    DWORD rpcReserverd;
+    DWORD rpcReserved;
     USHORT vt;
     USHORT wReserved1;
     USHORT wReserved2;
@@ -459,7 +459,7 @@ unsigned char * WINAPI VARIANT_UserMarshal(ULONG *pFlags, unsigned char *Buffer,
     header = (variant_wire_t *)Buffer; 
 
     header->clSize = 0; /* fixed up at the end */
-    header->rpcReserverd = 0;
+    header->rpcReserved = 0;
     header->vt = pvar->n1.n2.vt;
     header->wReserved1 = pvar->n1.n2.wReserved1;
     header->wReserved2 = pvar->n1.n2.wReserved2;
-- 
1.7.5.4




More information about the wine-patches mailing list