Andrey Gusev : sapiaut.idl: Fix a typo.

Alexandre Julliard julliard at winehq.org
Wed Nov 27 16:32:29 CST 2019


Module: wine
Branch: master
Commit: 52b93318195a99169fb30b89833e043333da857e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=52b93318195a99169fb30b89833e043333da857e

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Wed Nov 27 16:26:33 2019 +0200

sapiaut.idl: Fix a typo.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/sapiaut.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sapiaut.idl b/include/sapiaut.idl
index 8f2b1f9a10..4ae4ebe231 100644
--- a/include/sapiaut.idl
+++ b/include/sapiaut.idl
@@ -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);




More information about the wine-cvs mailing list