gdiplus: Fix a typo in struct GpAdjustableArrowCap

Andrey Gusev andrey.goosev at gmail.com
Fri Jun 3 10:12:46 CDT 2016


-------------- next part --------------
From d8b2ad6e3e59843d48c4402106f2393c06b6461a Mon Sep 17 00:00:00 2001
Message-Id: <d8b2ad6e3e59843d48c4402106f2393c06b6461a.1464966730.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Fri, 3 Jun 2016 18:11:53 +0300
Subject: [PATCH] gdiplus: Fix a typo in struct GpAdjustableArrowCap

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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 10092f1..9b29d88 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;
 };
 
-- 
2.5.5



More information about the wine-patches mailing list