Francois Gouget : quartz: Fix the name of a type in a comment.
Module: wine Branch: master Commit: 79ab06b295729273487bfb1698b3d0052ca1a540 URL: https://source.winehq.org/git/wine.git/?a=commit;h=79ab06b295729273487bfb169... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Dec 13 00:15:08 2019 +0100 quartz: Fix the name of a type in a comment. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/quartz/filtergraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/quartz/filtergraph.c b/dlls/quartz/filtergraph.c index d5442e21fc..1ed41bdcec 100644 --- a/dlls/quartz/filtergraph.c +++ b/dlls/quartz/filtergraph.c @@ -176,7 +176,7 @@ typedef struct _IFilterGraphImpl { /* IFilterMapper2 */ /* IQueueCommand */ /* IRegisterServiceProvider */ - /* IResourceMananger */ + /* IResourceManager */ /* IServiceProvider */ /* IVideoFrameStep */
participants (1)
-
Alexandre Julliard