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

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 12 09:24:12 CST 2007


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

Author: Rob Shearman <rob at codeweavers.com>
Date:   Mon Feb 12 13:26:59 2007 +0000

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

---

 include/objidl.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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-cvs mailing list