From c74cd14f7ec7a98ec1319539faac2fce06f8655c Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 14 Jan 2019 07:32:38 -0500 Subject: Misc. typo and whitespace fixes Found via `codespell` and `atom editor` --- src/ui/tool/multi-path-manipulator.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/tool/multi-path-manipulator.cpp') 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) { -- cgit v1.2.3