[PATCH] sapiaut.idl: Fix a typo.

Andrey Gusev andrey.goosev at gmail.com
Mon Dec 2 06:59:44 CST 2019


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

diff --git a/include/sapiaut.idl b/include/sapiaut.idl
index 4ae4ebe231..99932e49cb 100644
--- a/include/sapiaut.idl
+++ b/include/sapiaut.idl
@@ -1784,7 +1784,7 @@ interface ISpeechRecoGrammar : IDispatch
     HRESULT CmdLoadFromObject([in]const BSTR classid, [in] const BSTR grammarname, [in, defaultvalue(SLOStatic)] SpeechLoadOption option);
 
     [id(DISPID_SRGCmdLoadFromResource)]
-    HRESULT CmdLoadFromResource([in]long mod, [in] VARIANT name, [in] VARIANT yype, [in] SpeechLanguageId language,
+    HRESULT CmdLoadFromResource([in]long mod, [in] VARIANT name, [in] VARIANT type, [in] SpeechLanguageId language,
             [in, defaultvalue(SLOStatic)] SpeechLoadOption option);
 
     [id(DISPID_SRGCmdLoadFromMemory)]
-- 
2.23.0




More information about the wine-devel mailing list