summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/style-internal.cpp')
-rw-r--r--src/style-internal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style-internal.cpp b/src/style-internal.cpp
index 666bd75c6..319f4b905 100644
--- a/src/style-internal.cpp
+++ b/src/style-internal.cpp
@@ -2172,7 +2172,7 @@ SPIFontSize::merge( const SPIBase* const parent ) {
( p->type == SP_FONT_SIZE_LENGTH &&
p->unit != SP_CSS_UNIT_EM &&
p->unit != SP_CSS_UNIT_EX ) ) {
- // Parent absolut size
+ // Parent absolute size
type = SP_FONT_SIZE_LENGTH;
} else {