Module: wine Branch: master Commit: 5f522029e1c2f735b65c366eae830960679930ff URL: http://source.winehq.org/git/wine.git/?a=commit;h=5f522029e1c2f735b65c366eae...
Author: Francois Gouget fgouget@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@free.fr Signed-off-by: Alexandre Julliard julliard@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 );