d2d1: Fix trace message typo.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Nikolay Sivov 2017-08-07 10:31:53 +03:00 committed by Alexandre Julliard
parent 3b05f552e2
commit b9a03b70af
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}