Index: Source/core/rendering/svg/SVGTextLayoutEngine.h |
diff --git a/Source/core/rendering/svg/SVGTextLayoutEngine.h b/Source/core/rendering/svg/SVGTextLayoutEngine.h |
index b3c91a445b23abf11e85de5044febc8c8069d5a9..37de64d37e68d9436b4f856eb31eb93746944d12 100644 |
--- a/Source/core/rendering/svg/SVGTextLayoutEngine.h |
+++ b/Source/core/rendering/svg/SVGTextLayoutEngine.h |
@@ -56,7 +56,7 @@ public: |
void finishLayout(); |
private: |
- void updateCharacerPositionIfNeeded(float& x, float& y); |
+ void updateCharacterPositionIfNeeded(float& x, float& y); |
void updateCurrentTextPosition(float x, float y, float glyphAdvance); |
void updateRelativePositionAdjustmentsIfNeeded(float dx, float dy); |