summaryrefslogtreecommitdiffstats
path: root/src/sp-text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-text.h')
-rw-r--r--src/sp-text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-text.h b/src/sp-text.h
index f865713c7..e426c425b 100644
--- a/src/sp-text.h
+++ b/src/sp-text.h
@@ -56,7 +56,7 @@ struct SPText : public SPItem {
static void _adjustCoordsRecursive(SPItem *item, Geom::Affine const &m, double ex, bool is_root = true);
static void _adjustFontsizeRecursive(SPItem *item, double ex, bool is_root = true);
- /** discards the NRArena objects representing this text. */
+ /** discards the drawing objects representing this text. */
void _clearFlow(Inkscape::DrawingGroup *in_arena);
private: