Francois Gouget : vssapi: A spelling fix in a variable name.

Alexandre Julliard julliard at winehq.org
Thu Mar 14 18:33:20 CDT 2019


Module: wine
Branch: master
Commit: 213b415fa9a327054053e044e3838be720aef481
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=213b415fa9a327054053e044e3838be720aef481

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 14 02:40:15 2019 +0100

vssapi: A spelling fix in a variable name.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/vsbackup.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vsbackup.idl b/include/vsbackup.idl
index b2dca11..d2d8795 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,




More information about the wine-cvs mailing list