diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2019-01-14 12:32:38 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2019-01-14 12:32:38 +0000 |
| commit | c74cd14f7ec7a98ec1319539faac2fce06f8655c (patch) | |
| tree | fcaad78e89d45ee7c1ba5304c8a5fe9129775fab /src/ui/tool/multi-path-manipulator.cpp | |
| parent | Merge !482 (diff) | |
| download | inkscape-c74cd14f7ec7a98ec1319539faac2fce06f8655c.tar.gz inkscape-c74cd14f7ec7a98ec1319539faac2fce06f8655c.zip | |
Misc. typo and whitespace fixes
Found via `codespell` and `atom editor`
Diffstat (limited to 'src/ui/tool/multi-path-manipulator.cpp')
| -rw-r--r-- | src/ui/tool/multi-path-manipulator.cpp | 4 |
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) { |
