From b9a03b70afd5753fb9b1a6cd8d4d7c6e5effef1a Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Mon, 7 Aug 2017 10:31:53 +0300 Subject: [PATCH] d2d1: Fix trace message typo. Signed-off-by: Nikolay Sivov Signed-off-by: Henri Verbeet Signed-off-by: Alexandre Julliard --- dlls/d2d1/render_target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d2d1/render_target.c b/dlls/d2d1/render_target.c index cf559c16a3f..2ac62e4d469 100644 --- a/dlls/d2d1/render_target.c +++ b/dlls/d2d1/render_target.c @@ -766,7 +766,7 @@ static void STDMETHODCALLTYPE d2d_d3d_render_target_DrawGeometry(ID2D1RenderTarg iface, geometry, brush, stroke_width, stroke_style); if (stroke_style) - FIXME("Ignoring stoke style %p.\n", stroke_style); + FIXME("Ignoring stroke style %p.\n", stroke_style); d2d_rt_draw_geometry(render_target, geometry_impl, brush_impl, stroke_width); }