summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-03-19 18:27:16 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-03-19 18:27:16 +0000
commit6f389e1771b308f9e2686060f7dc292b7f65daa5 (patch)
tree35f5fae6ce272d446359fb2010861f07734e1ab6 /src/ui/tools/spray-tool.cpp
parentfixing a boring bug in path manipulator (diff)
parentui/tools: sp. fixes (cosmetic) (diff)
downloadinkscape-6f389e1771b308f9e2686060f7dc292b7f65daa5.tar.gz
inkscape-6f389e1771b308f9e2686060f7dc292b7f65daa5.zip
update to trunk
(bzr r13645.1.44)
Diffstat (limited to 'src/ui/tools/spray-tool.cpp')
-rw-r--r--src/ui/tools/spray-tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/spray-tool.cpp b/src/ui/tools/spray-tool.cpp
index ec7d10e13..0399b1e55 100644
--- a/src/ui/tools/spray-tool.cpp
+++ b/src/ui/tools/spray-tool.cpp
@@ -406,7 +406,7 @@ static bool sp_spray_recursive(SPDesktop *desktop,
parent->appendChild(copy);
SPObject *new_obj = doc->getObjectByRepr(copy);
- item_copied = dynamic_cast<SPItem *>(new_obj); // Convertion object->item
+ item_copied = dynamic_cast<SPItem *>(new_obj); // Conversion object->item
Geom::Point center=item->getCenter();
sp_spray_scale_rel(center,desktop, item_copied, Geom::Scale(_scale,_scale));
sp_spray_scale_rel(center,desktop, item_copied, Geom::Scale(scale,scale));