summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2015-12-26 19:37:12 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2015-12-26 19:37:12 +0000
commit2ca0f70c0eb69bae5b498d568c9edde85784aead (patch)
tree02709aef337b442ed60ae00ee7dc27e09888a082 /src/style.cpp
parentRebase on libcroco 0.6.11 (diff)
downloadinkscape-2ca0f70c0eb69bae5b498d568c9edde85784aead.tar.gz
inkscape-2ca0f70c0eb69bae5b498d568c9edde85784aead.zip
minor typos (mail to inkscape-translator)
(bzr r14541)
Diffstat (limited to 'src/style.cpp')
-rw-r--r--src/style.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.cpp b/src/style.cpp
index 2a216e940..35138d25b 100644
--- a/src/style.cpp
+++ b/src/style.cpp
@@ -287,7 +287,7 @@ SPStyle::SPStyle(SPDocument *document_in, SPObject *object_in) :
_properties.push_back( &color );
// 'font-size'/'font' must be before properties that need to know em, ex size (SPILength,
- // SPILenghtOrNormal)
+ // SPILengthOrNormal)
_properties.push_back( &font_style );
_properties.push_back( &font_variant );
_properties.push_back( &font_weight );
@@ -383,7 +383,7 @@ SPStyle::SPStyle(SPDocument *document_in, SPObject *object_in) :
// // 'color' must be before 'fill', 'stroke', 'text-decoration-color', ...
// _propmap.insert( std::make_pair( color.name, reinterpret_cast<SPIBasePtr>(&SPStyle::color ) ) );
- // // 'font-size' must be before properties that need to know em, ex size (SPILength, SPILenghtOrNormal)
+ // // 'font-size' must be before properties that need to know em, ex size (SPILength, SPILengthOrNormal)
// _propmap.insert( std::make_pair( font_style.name, reinterpret_cast<SPIBasePtr>(&SPStyle::font_style ) ) );
// _propmap.insert( std::make_pair( font_variant.name, reinterpret_cast<SPIBasePtr>(&SPStyle::font_variant ) ) );
// _propmap.insert( std::make_pair( font_weight.name, reinterpret_cast<SPIBasePtr>(&SPStyle::font_weight ) ) );