[PATCH] dbgeng: Fix the spelling of GetInterruptTimeout().

Francois Gouget fgouget at free.fr
Mon Aug 26 20:31:48 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 include/dbgeng.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/dbgeng.h b/include/dbgeng.h
index 3eeb6705e26..d916d2433a3 100644
--- a/include/dbgeng.h
+++ b/include/dbgeng.h
@@ -1733,7 +1733,7 @@ DECLARE_INTERFACE_(IDebugControl, IUnknown)
     /* IDebugControl */
     STDMETHOD(GetInterrupt)(THIS) PURE;
     STDMETHOD(SetInterrupt)(THIS_ ULONG flags) PURE;
-    STDMETHOD(GetIterruptTimeout)(THIS_ ULONG *timeout) PURE;
+    STDMETHOD(GetInterruptTimeout)(THIS_ ULONG *timeout) PURE;
     STDMETHOD(SetInterruptTimeout)(THIS_ ULONG timeout) PURE;
     STDMETHOD(GetLogFile)(THIS_ char *buffer, ULONG buffer_size, ULONG *file_size, BOOL *append) PURE;
     STDMETHOD(OpenLogFile)(THIS_ const char *file, BOOL append) PURE;
@@ -1853,7 +1853,7 @@ DECLARE_INTERFACE_(IDebugControl2, IUnknown)
     /* IDebugControl */
     STDMETHOD(GetInterrupt)(THIS) PURE;
     STDMETHOD(SetInterrupt)(THIS_ ULONG flags) PURE;
-    STDMETHOD(GetIterruptTimeout)(THIS_ ULONG *timeout) PURE;
+    STDMETHOD(GetInterruptTimeout)(THIS_ ULONG *timeout) PURE;
     STDMETHOD(SetInterruptTimeout)(THIS_ ULONG timeout) PURE;
     STDMETHOD(GetLogFile)(THIS_ char *buffer, ULONG buffer_size, ULONG *file_size, BOOL *append) PURE;
     STDMETHOD(OpenLogFile)(THIS_ const char *file, BOOL append) PURE;
-- 
2.20.1




More information about the wine-devel mailing list