summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-18 15:33:20 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2018-02-18 15:33:20 +0000
commit5b5a8d2138c41971e7e8c2c9055a673d342e06b3 (patch)
treeeb75178c739722f0f09e6e4504e9ba9f4e35c31d /src/ui
parentRevert "Promote the path 'd' attribute to a property per SVG 2." (diff)
downloadinkscape-5b5a8d2138c41971e7e8c2c9055a673d342e06b3.tar.gz
inkscape-5b5a8d2138c41971e7e8c2c9055a673d342e06b3.zip
Misc. typos
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) {