diff options
Diffstat (limited to 'src/style-internal.h')
| -rw-r--r-- | src/style-internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style-internal.h b/src/style-internal.h index 5c22c093d..33e71d5b4 100644 --- a/src/style-internal.h +++ b/src/style-internal.h @@ -116,7 +116,7 @@ enum SPStyleSrc { * */ -/// Virtual base class for all SPStyle interal classes +/// Virtual base class for all SPStyle internal classes class SPIBase { @@ -733,7 +733,7 @@ public: gchar *value_default; }; -/// Color type interal to SPStyle, FIXME Add string value to store SVG named color. +/// Color type internal to SPStyle, FIXME Add string value to store SVG named color. class SPIColor : public SPIBase { |
