sapiaut.idl: Fix a typo.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Andrey Gusev 2019-12-02 14:59:44 +02:00 committed by Alexandre Julliard
parent a9bf1ad81e
commit acd0eb3672
1 changed files with 1 additions and 1 deletions

View File

@ -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)]