[PATCH] vssapi: A spelling fix in a variable name.

Francois Gouget fgouget at free.fr
Wed Mar 13 20:40:15 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 include/vsbackup.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vsbackup.idl b/include/vsbackup.idl
index b2dca11f8fe..d2d8795ce41 100644
--- a/include/vsbackup.idl
+++ b/include/vsbackup.idl
@@ -63,7 +63,7 @@ interface IVssBackupComponents : IUnknown
     HRESULT GetWriterStatus([in] UINT index, [out] VSS_ID *instance, [out] VSS_ID *id, [out] BSTR *writer,
             [out] VSS_WRITER_STATE *status, [out] HRESULT *failure);
     HRESULT SetBackupSucceeded([in] VSS_ID instance, [in] VSS_ID id, [in] VSS_COMPONENT_TYPE ct,
-            [in] LPCWSTR path, [in] LPCWSTR name, [in] BOOL succeded);
+            [in] LPCWSTR path, [in] LPCWSTR name, [in] BOOL succeeded);
     HRESULT SetBackupOptions([in] VSS_ID id, [in] VSS_COMPONENT_TYPE ct, [in] LPCWSTR path,
             [in] LPCWSTR name, [in] LPCWSTR options);
     HRESULT SetSelectedForRestore([in] VSS_ID id, [in] VSS_COMPONENT_TYPE ct, [in] LPCWSTR path,
-- 
2.20.1




More information about the wine-devel mailing list