From 3fb126499c8bea3f521f6bd7285d91f6c2e922e8 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Wed, 14 Mar 2007 23:52:34 +0000 Subject: [PATCH] comment fix --- src/style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.cpp b/src/style.cpp index 3fcc5a338..07ea4a49a 100644 --- a/src/style.cpp +++ b/src/style.cpp @@ -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); -- 2.30.2