From 202e75590f8200823ef0efd36cc0edbd1bf1edcc Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 8 Jan 2018 16:50:51 -0500 Subject: Misc. typos Found via `codespell` --- src/extension/internal/wmf-print.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/extension/internal/wmf-print.cpp') diff --git a/src/extension/internal/wmf-print.cpp b/src/extension/internal/wmf-print.cpp index 29dfa2716..3df237ce3 100644 --- a/src/extension/internal/wmf-print.cpp +++ b/src/extension/internal/wmf-print.cpp @@ -1123,7 +1123,7 @@ unsigned int PrintWmf::image( unsigned int w, /** width of bitmap */ unsigned int h, /** height of bitmap */ unsigned int rs, /** row stride (normally w*4) */ - Geom::Affine const &tf_rect, /** affine transform only used for defining location and size of rect, for all other tranforms, use the one from m_tr_stack */ + Geom::Affine const &tf_rect, /** affine transform only used for defining location and size of rect, for all other transforms, use the one from m_tr_stack */ SPStyle const * /*style*/) /** provides indirect link to image object */ { double x1, y1, dw, dh; @@ -1245,7 +1245,7 @@ unsigned int PrintWmf::print_pathv(Geom::PathVector const &pathv, const Geom::Af /** For each segment in the subpath */ - Geom::Point p1 = pit->initialPoint(); // This point is special, it isn't in the interator + Geom::Point p1 = pit->initialPoint(); // This point is special, it isn't in the iterator p1[X] = (p1[X] * PX2WORLD); p1[Y] = (p1[Y] * PX2WORLD); @@ -1289,7 +1289,7 @@ unsigned int PrintWmf::print_pathv(Geom::PathVector const &pathv, const Geom::Af /** For each segment in the subpath */ - Geom::Point p1 = pit->initialPoint(); // This point is special, it isn't in the interator + Geom::Point p1 = pit->initialPoint(); // This point is special, it isn't in the iterator p1[X] = (p1[X] * PX2WORLD); p1[Y] = (p1[Y] * PX2WORLD); -- cgit v1.2.3