summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tweak-tool.cpp
diff options
context:
space:
mode:
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) {