Jeff Smith : gdiplus: Fix function name typo in comment.
Module: wine Branch: master Commit: 4e395ba85bca93a648653000c92e6c06a59a928f URL: https://source.winehq.org/git/wine.git/?a=commit;h=4e395ba85bca93a648653000c... Author: Jeff Smith <whydoubt(a)gmail.com> Date: Thu Nov 19 10:35:56 2020 -0600 gdiplus: Fix function name typo in comment. Signed-off-by: Jeff Smith <whydoubt(a)gmail.com> Signed-off-by: Esme Povirk <esme(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/gdiplus/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gdiplus/font.c b/dlls/gdiplus/font.c index b0504b5d894..4301fa3aaa3 100644 --- a/dlls/gdiplus/font.c +++ b/dlls/gdiplus/font.c @@ -1037,7 +1037,7 @@ GpStatus WINGDIPAPI GdipGetGenericFontFamilySansSerif(GpFontFamily **nativeFamil } /***************************************************************************** - * GdipGetGenericFontFamilySansSerif [GDIPLUS.@] + * GdipNewPrivateFontCollection [GDIPLUS.@] */ GpStatus WINGDIPAPI GdipNewPrivateFontCollection(GpFontCollection** fontCollection) {
participants (1)
-
Alexandre Julliard