include: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl.idl.

Robert Shearman rob at codeweavers.com
Mon Feb 12 07:26:59 CST 2007


---
  include/objidl.idl |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
diff --git a/include/objidl.idl b/include/objidl.idl
index 0b1b9fe..b8d8b55 100644
--- a/include/objidl.idl
+++ b/include/objidl.idl
@@ -1960,7 +1960,7 @@ interface IClientSecurity : IUnknown
     [out] DWORD *pAuthnLevel,
     [out] DWORD *pImpLevel,
     [out] void **pAuthInfo,
-    [out] DWORD *pCapabilites);
+    [out] DWORD *pCapabilities);
 
   HRESULT SetBlanket(
     [in] IUnknown *pProxy,


More information about the wine-patches mailing list