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-11-27 16:26:33 +02:00 committed by Alexandre Julliard
parent 543ed11f24
commit 52b9331819
1 changed files with 1 additions and 1 deletions

View File

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