From bddba301bee3ba2264921736de8bbda1266bab80 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Fri, 3 Jun 2016 18:11:53 +0300 Subject: [PATCH] gdiplus: Fix a typo in struct GpAdjustableArrowCap. Signed-off-by: Andrey Gusev Signed-off-by: Vincent Povirk Signed-off-by: Alexandre Julliard --- dlls/gdiplus/gdiplus_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gdiplus/gdiplus_private.h b/dlls/gdiplus/gdiplus_private.h index 10092f1c034..9b29d889746 100644 --- a/dlls/gdiplus/gdiplus_private.h +++ b/dlls/gdiplus/gdiplus_private.h @@ -314,7 +314,7 @@ struct GpCustomLineCap{ REAL scale; }; -struct GpAdustableArrowCap{ +struct GpAdjustableArrowCap{ GpCustomLineCap cap; };