summaryrefslogtreecommitdiffstats
path: root/src/ui/tools
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2019-07-01 23:35:16 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-07-01 23:35:16 +0000
commit7f3aa2882be5547d5308870bced554502ca4421c (patch)
tree4c6b44f441fa20ac0d409c4c98c160fcaefc00c6 /src/ui/tools
parentBasque translation update (diff)
downloadinkscape-7f3aa2882be5547d5308870bced554502ca4421c.tar.gz
inkscape-7f3aa2882be5547d5308870bced554502ca4421c.zip
Fix various minor typos
Diffstat (limited to 'src/ui/tools')
-rw-r--r--src/ui/tools/connector-tool.cpp2
-rw-r--r--src/ui/tools/tweak-tool.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tools/connector-tool.cpp b/src/ui/tools/connector-tool.cpp
index d6ce66a9e..5522565f3 100644
--- a/src/ui/tools/connector-tool.cpp
+++ b/src/ui/tools/connector-tool.cpp
@@ -1142,7 +1142,7 @@ void ConnectorTool::cc_set_active_conn(SPItem *item)
if (this->active_conn == item) {
if (curve->is_empty()) {
// Connector is invisible because it is clipped to the boundary of
- // two overlpapping shapes.
+ // two overlapping shapes.
this->endpt_handle[0]->hide();
this->endpt_handle[1]->hide();
} else {
diff --git a/src/ui/tools/tweak-tool.cpp b/src/ui/tools/tweak-tool.cpp
index 1c2016b9f..4e64ed4de 100644
--- a/src/ui/tools/tweak-tool.cpp
+++ b/src/ui/tools/tweak-tool.cpp
@@ -785,7 +785,7 @@ static void tweak_colors_in_gradient(SPItem *item, Inkscape::PaintTarget fill_or
// Scale its X coordinate to match the length of the gradient line:
pos = pnorm[Geom::X] / vl;
- // Calculate radius in lenfth-of-gradient-line units
+ // Calculate radius in length-of-gradient-line units
r = radius / vl;
}