Francois Gouget : include: Fix spelling of a method's parameter name.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 14 11:48:51 CDT 2016


Module: wine
Branch: master
Commit: 5f522029e1c2f735b65c366eae830960679930ff
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5f522029e1c2f735b65c366eae830960679930ff

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Apr 13 19:21:07 2016 +0200

include: Fix spelling of a method's parameter name.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/include/axextend.idl b/include/axextend.idl
index bde2229..63eb542 100644
--- a/include/axextend.idl
+++ b/include/axextend.idl
@@ -178,7 +178,7 @@ interface IFilterMapper : IUnknown
          [in]  CLSID clsInMaj,
          [in]  CLSID clsInSub,
          [in]  BOOL  bRender,
-         [in]  BOOL  bOututNeeded,
+         [in]  BOOL  bOutputNeeded,
          [in]  CLSID clsOutMaj,
          [in]  CLSID clsOutSub
        );




More information about the wine-cvs mailing list