Alexander Morozov : wincrypt.h: Fix a typo.

Alexandre Julliard julliard at winehq.org
Wed Nov 2 14:23:37 CDT 2011


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

Author: Alexander Morozov <amorozov at etersoft.ru>
Date:   Wed Nov  2 15:16:07 2011 +0400

wincrypt.h: Fix a typo.

---

 include/wincrypt.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wincrypt.h b/include/wincrypt.h
index 843e09d..8ebcc4e 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -593,7 +593,7 @@ typedef struct _CERT_REQUEST_INFO {
 
 typedef struct _CERT_KEYGEN_REQUEST_INFO {
     DWORD                dwVersion;
-    CERT_PUBLIC_KEY_INFO SubjectPubliceKeyInfo;
+    CERT_PUBLIC_KEY_INFO SubjectPublicKeyInfo;
     LPWSTR               pwszChallengeString;
 } CERT_KEYGEN_REQUEST_INFO, *PCERT_KEYGEN_REQUEST_INFO;
 




More information about the wine-cvs mailing list