Code

comment fix
authorbuliabyak <buliabyak@users.sourceforge.net>
Wed, 14 Mar 2007 23:52:34 +0000 (23:52 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Wed, 14 Mar 2007 23:52:34 +0000 (23:52 +0000)
src/style.cpp

index 3fcc5a3388d6b45b6afd7b439f36b3f051a9568c..07ea4a49a4c39eba85eb3121fcd02901d71110ad 100644 (file)
@@ -516,7 +516,7 @@ sp_style_read(SPStyle *style, SPObject *object, Inkscape::XML::Node *repr)
         style->cloned = true;
     }
 
-    /* 1. Style itself */
+    /* 1. Style attribute */
     gchar const *val = repr->attribute("style");
     if (val != NULL) {
         sp_style_merge_from_style_string(style, val);