summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tweak-tool.cpp
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/tools/tweak-tool.cpp
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/tools/tweak-tool.cpp')
-rw-r--r--src/ui/tools/tweak-tool.cpp2
1 files changed, 1 insertions, 1 deletions
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) {