summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/multi-path-manipulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.cpp')
-rw-r--r--src/ui/tool/multi-path-manipulator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tool/multi-path-manipulator.cpp b/src/ui/tool/multi-path-manipulator.cpp
index 08114ac03..90662237e 100644
--- a/src/ui/tool/multi-path-manipulator.cpp
+++ b/src/ui/tool/multi-path-manipulator.cpp
@@ -483,7 +483,7 @@ void MultiPathManipulator::distributeNodes(Geom::Dim2 d)
if (_selection.empty()) return;
_selection.distribute(d);
if (d == Geom::X) {
- _done("Distrubute nodes horizontally");
+ _done("Distribute nodes horizontally");
} else {
_done("Distribute nodes vertically");
}
@@ -827,7 +827,7 @@ void MultiPathManipulator::_commit(CommitEvent cps)
break;
default: return;
}
-
+
_selection.signal_update.emit();
invokeForAll(&PathManipulator::writeXML);
if (key) {