From ca5d6c73fe593c8fa357939ef6d8fd7fc61a5c7f Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Tue, 5 Jul 2016 16:10:32 +0300 Subject: [PATCH] include: Fix a typo in IPStore interface. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- include/pstore.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pstore.idl b/include/pstore.idl index 4f9623ec4e8..a963b251347 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(