summaryrefslogtreecommitdiffstats
path: root/src/sp-tspan.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-12-30 07:59:05 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-12-30 07:59:05 +0000
commit616c1689b6ef783db15b55b3ce27cbe963203dc8 (patch)
treebb8d866c3efbfdaa75916ae61c33deb2387f5d81 /src/sp-tspan.cpp
parentfix bug 168751 (sf1749738) (diff)
downloadinkscape-616c1689b6ef783db15b55b3ce27cbe963203dc8.tar.gz
inkscape-616c1689b6ef783db15b55b3ce27cbe963203dc8.zip
comment fix
(bzr r4341)
Diffstat (limited to 'src/sp-tspan.cpp')
-rw-r--r--src/sp-tspan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-tspan.cpp b/src/sp-tspan.cpp
index 842d6c249..8050cdbf9 100644
--- a/src/sp-tspan.cpp
+++ b/src/sp-tspan.cpp
@@ -592,7 +592,7 @@ sp_textpath_to_text(SPObject *tp)
Inkscape::XML::Node *copy = ((Inkscape::XML::Node *) i->data)->duplicate(SP_OBJECT_REPR(text)->document());
// remove the old repr from under textpath
SP_OBJECT_REPR(tp)->removeChild((Inkscape::XML::Node *) i->data);
- // put its copy into under textPath
+ // put its copy under text
SP_OBJECT_REPR(text)->addChild(copy, NULL); // fixme: copy id
}