Commit acd0eb36 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

sapiaut.idl: Fix a typo.

parent a9bf1ad8
......@@ -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)]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment