diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-03-11 12:37:46 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-03-12 18:26:47 +0000 |
| commit | 86ebd332c69466f7a1badcb640cc77327727295b (patch) | |
| tree | 46ea5e99c936fb4eadbe3445d933517504ee38fe /src/object/sp-text.cpp | |
| parent | inkview: Add a little documentation (diff) | |
| download | inkscape-86ebd332c69466f7a1badcb640cc77327727295b.tar.gz inkscape-86ebd332c69466f7a1badcb640cc77327727295b.zip | |
Fixed more trivial typos
Via `codespell` and `grep`
Diffstat (limited to 'src/object/sp-text.cpp')
| -rw-r--r-- | src/object/sp-text.cpp | 2 |
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); } } |
