summaryrefslogtreecommitdiffstats
path: root/src/style-internal.h
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2017-12-01 18:07:34 +0000
committerluzpaz <kunda@scribus.net>2017-12-04 01:55:06 +0000
commiteb07ba085151be60d518ce6310a33e413d699a32 (patch)
tree4530b037a2c813960396a8125561620c0305589f /src/style-internal.h
parentOptionaly measure only selected elements (diff)
downloadinkscape-eb07ba085151be60d518ce6310a33e413d699a32.tar.gz
inkscape-eb07ba085151be60d518ce6310a33e413d699a32.zip
Misc. typos
Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
Diffstat (limited to 'src/style-internal.h')
-rw-r--r--src/style-internal.h4
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
{