summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/tool/path-manipulator.cpp2
-rw-r--r--src/ui/tools/tweak-tool.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index 82cad419d..55e171420 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -1625,7 +1625,7 @@ void PathManipulator::_selectionChanged(SelectableControlPoint *p, bool selected
}
}
-/** Removes all nodes belonging to this manipulator from the control pont selection */
+/** Removes all nodes belonging to this manipulator from the control point selection */
void PathManipulator::_removeNodesFromSelection()
{
// remove this manipulator's nodes from selection
diff --git a/src/ui/tools/tweak-tool.cpp b/src/ui/tools/tweak-tool.cpp
index bcc30a74f..efa872ac1 100644
--- a/src/ui/tools/tweak-tool.cpp
+++ b/src/ui/tools/tweak-tool.cpp
@@ -793,7 +793,7 @@ static void tweak_colors_in_gradient(SPItem *item, Inkscape::PaintTarget fill_or
r = radius / rg->r.computed;
}
- // Normalize pos to 0..1, taking into accound gradient spread:
+ // Normalize pos to 0..1, taking into account gradient spread:
double pos_e = pos;
if (gradient->getSpread() == SP_GRADIENT_SPREAD_PAD) {
if (pos > 1) {