[PATCH 2/2] include: Fix a typo in IPStore interface.

Andrey Gusev andrey.goosev at gmail.com
Tue Jul 5 08:12:51 CDT 2016


-------------- next part --------------
From be22f51f9185b04c8ec9a5dafd1ffa9286f8a7bd Mon Sep 17 00:00:00 2001
Message-Id: <be22f51f9185b04c8ec9a5dafd1ffa9286f8a7bd.1467724081.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Tue, 5 Jul 2016 16:10:32 +0300
Subject: [PATCH 2/2] include: Fix a typo in IPStore interface.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 include/pstore.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/pstore.idl b/include/pstore.idl
index 4f9623e..a963b25 100644
--- a/include/pstore.idl
+++ b/include/pstore.idl
@@ -255,7 +255,7 @@ interface IPStore : IUnknown
         [in] const GUID* pItemSubtype,
         [in] LPCWSTR szItemName,
         [in] PST_ACCESSMODE ModeFlags,
-        [in] PPST_PROMPTINFO pProomptInfo,
+        [in] PPST_PROMPTINFO pPromptInfo,
         [in] DWORD dwFlags );
 
     HRESULT CloseItem( 
-- 
2.5.5



More information about the wine-patches mailing list