From cf5562338af651877ccd0f83b122e0745e22fc76 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Tue, 2 Sep 2008 23:47:33 +0400 Subject: [PATCH] gdiplus: Fix API documentation name. --- dlls/gdiplus/region.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gdiplus/region.c b/dlls/gdiplus/region.c index 689f30b3238..90aaf9e26af 100644 --- a/dlls/gdiplus/region.c +++ b/dlls/gdiplus/region.c @@ -813,7 +813,7 @@ GpStatus WINGDIPAPI GdipIsInfiniteRegion(GpRegion *region, GpGraphics *graphics, } /***************************************************************************** - * GdipSetEmptye [GDIPLUS.@] + * GdipSetEmpty [GDIPLUS.@] */ GpStatus WINGDIPAPI GdipSetEmpty(GpRegion *region) {