sapiaut.idl: Fix a typo.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
543ed11f24
commit
52b9331819
|
@ -1956,7 +1956,7 @@ interface ISpeechRecognizer : IDispatch
|
|||
HRESULT State([out,retval] SpeechRecognizerState *state);
|
||||
|
||||
[propget, id(DISPID_SRStatus)]
|
||||
HRESULT Status([out,retval] ISpeechRecognizerStatus **satus);
|
||||
HRESULT Status([out,retval] ISpeechRecognizerStatus **status);
|
||||
|
||||
[propputref, id(DISPID_SRProfile)]
|
||||
HRESULT Profile([in,defaultvalue(0)] ISpeechObjectToken *profile);
|
||||
|
|
Loading…
Reference in New Issue