summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/wmf-print.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-01-08 21:50:51 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2018-01-08 21:50:51 +0000
commit202e75590f8200823ef0efd36cc0edbd1bf1edcc (patch)
tree1a18f646f7e49b0e1836efd6401793f6e9c38d68 /src/extension/internal/wmf-print.cpp
parentRestore ability to switch mode while using spray tool (is this even useful?). (diff)
downloadinkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.tar.gz
inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.zip
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/extension/internal/wmf-print.cpp')
-rw-r--r--src/extension/internal/wmf-print.cpp6
1 files changed, 3 insertions, 3 deletions
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);