From 01c9fb96add077ba2b9f8ea16ec99643818f50db Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 6 Jul 2017 12:23:04 +0200 Subject: [PATCH] gdiplus: Remove a duplicate word in a comment. Signed-off-by: Francois Gouget Signed-off-by: Vincent Povirk Signed-off-by: Alexandre Julliard --- dlls/gdiplus/graphicspath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/gdiplus/graphicspath.c b/dlls/gdiplus/graphicspath.c index 5d82a770f7f..458019fd640 100644 --- a/dlls/gdiplus/graphicspath.c +++ b/dlls/gdiplus/graphicspath.c @@ -188,8 +188,8 @@ static BOOL flatten_bezier(path_list_node_t *start, REAL x2, REAL y2, REAL x3, R * NOTES * This functions takes the newfigure value of the given path into account, * i.e. the arc is connected to the end of the given path if it was set to - * FALSE, otherwise the arc's first point gets the the PathPointTypeStart - * value. In both cases, the value of newfigure of the given path is FALSE + * FALSE, otherwise the arc's first point gets the PathPointTypeStart value. + * In both cases, the value of newfigure of the given path is FALSE * afterwards. */ GpStatus WINGDIPAPI GdipAddPathArc(GpPath *path, REAL x1, REAL y1, REAL x2,