summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-flowtext.h')
-rw-r--r--src/sp-flowtext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-flowtext.h b/src/sp-flowtext.h
index d06105c30..de41ba47f 100644
--- a/src/sp-flowtext.h
+++ b/src/sp-flowtext.h
@@ -31,7 +31,7 @@ struct SPFlowtext : public SPItem {
//semiprivate: (need to be accessed by the C-style functions still)
Inkscape::Text::Layout layout;
- /** discards the NRArena objects representing this text. */
+ /** discards the drawing objects representing this text. */
void _clearFlow(Inkscape::DrawingGroup* in_arena);
double par_indent;