summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
Diffstat (limited to 'src/object')
-rw-r--r--src/object/sp-text.cpp2
1 files changed, 1 insertions, 1 deletions
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<Inkscape::DrawingGroup *>(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);
}
}