From 86ebd332c69466f7a1badcb640cc77327727295b Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sun, 11 Mar 2018 08:37:46 -0400 Subject: Fixed more trivial typos Via `codespell` and `grep` --- src/object/sp-text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object/sp-text.cpp') diff --git a/src/object/sp-text.cpp b/src/object/sp-text.cpp index 17723a5c9..79b1020ef 100644 --- a/src/object/sp-text.cpp +++ b/src/object/sp-text.cpp @@ -188,7 +188,7 @@ void SPText::update(SPCtx *ctx, guint flags) { Inkscape::DrawingGroup *g = dynamic_cast(v->arenaitem); this->_clearFlow(g); g->setStyle(this->style, this->parent->style); - // pass the bbox of the this this as paintbox (used for paintserver fills) + // pass the bbox of this as paintbox (used for paintserver fills) this->layout.show(g, paintbox); } } -- cgit v1.2.3