From 5b5a8d2138c41971e7e8c2c9055a673d342e06b3 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sun, 18 Feb 2018 10:33:20 -0500 Subject: Misc. typos --- src/ui/tools/tweak-tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/tools/tweak-tool.cpp') 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) { -- cgit v1.2.3