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>
oldstable
Francois Gouget 2016-04-13 19:21:07 +02:00 committed by Alexandre Julliard
parent 74979b0660
commit 5f522029e1
1 changed files with 1 additions and 1 deletions

View File

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