summaryrefslogtreecommitdiffstats
path: root/src/object/sp-use.cpp
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2019-07-01 23:35:16 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-07-01 23:35:16 +0000
commit7f3aa2882be5547d5308870bced554502ca4421c (patch)
tree4c6b44f441fa20ac0d409c4c98c160fcaefc00c6 /src/object/sp-use.cpp
parentBasque translation update (diff)
downloadinkscape-7f3aa2882be5547d5308870bced554502ca4421c.tar.gz
inkscape-7f3aa2882be5547d5308870bced554502ca4421c.zip
Fix various minor typos
Diffstat (limited to 'src/object/sp-use.cpp')
-rw-r--r--src/object/sp-use.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-use.cpp b/src/object/sp-use.cpp
index 3618cf18f..1c85d901e 100644
--- a/src/object/sp-use.cpp
+++ b/src/object/sp-use.cpp
@@ -365,7 +365,7 @@ Geom::Affine SPUse::get_root_transform() {
chain.push_back(dynamic_cast<SPItem *>(orig));
- // calculate the accummulated transform, starting from the original
+ // calculate the accumulated transform, starting from the original
Geom::Affine t(Geom::identity());
for (auto i=chain.rbegin(); i!=chain.rend(); ++i) {