summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-06-30 12:56:14 +0000
committerluz paz <luzpaz@users.noreply.github.com>2018-09-11 19:26:04 +0000
commitd598a3a5662a0ce6d60b39d272fce9a278b348aa (patch)
tree01411005c8d350718316c095d2c19e3b0b49e35b /src/ui/tool/path-manipulator.cpp
parentRefactor xml editor, improve UI and prepare for future additions (diff)
downloadinkscape-d598a3a5662a0ce6d60b39d272fce9a278b348aa.tar.gz
inkscape-d598a3a5662a0ce6d60b39d272fce9a278b348aa.zip
Misc. typos
Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
-rw-r--r--src/ui/tool/path-manipulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index 2369a75d4..6bde57117 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -1508,7 +1508,7 @@ void PathManipulator::_setGeometry()
LIVEPATHEFFECT(_path)->requestModified(SP_OBJECT_MODIFIED_FLAG);
}
} else {
- // return true to leave the decission on empty to the caller.
+ // return true to leave the decision on empty to the caller.
// Maybe the path become empty and we want to update to empty
if (empty()) return;
if (SPCurve * original = _path->getCurveBeforeLPE()){