From 202e75590f8200823ef0efd36cc0edbd1bf1edcc Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 8 Jan 2018 16:50:51 -0500 Subject: Misc. typos Found via `codespell` --- src/ui/tool/node.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/tool/node.cpp') diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp index 67768571d..f9e9f0b86 100644 --- a/src/ui/tool/node.cpp +++ b/src/ui/tool/node.cpp @@ -750,7 +750,7 @@ void Node::_updateAutoHandles() return; } - // Auto nodes automaticaly adjust their handles to give an appearance of smoothness, + // Auto nodes automatically adjust their handles to give an appearance of smoothness, // no matter what their surroundings are. Geom::Point vec_next = _next()->position() - position(); Geom::Point vec_prev = _prev()->position() - position(); @@ -880,7 +880,7 @@ void Node::setType(NodeType type, bool update_handles) break; default: break; } - /* in node type changes, about bspline traces, we can mantain them with NO_POWER power in border mode, + /* in node type changes, about bspline traces, we can maintain them with NO_POWER power in border mode, or we give them the default power in curve mode */ if(_pm()._isBSpline()){ double weight = NO_POWER; -- cgit v1.2.3