diff options
Diffstat (limited to 'src/sp-text.cpp')
| -rw-r--r-- | src/sp-text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-text.cpp b/src/sp-text.cpp index bbc711c96..075536d5f 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -516,7 +516,7 @@ unsigned SPText::_buildLayoutInput(SPObject *root, Inkscape::Text::Layout::Optio } else if (style->inline_size.set) { // If both shape_inside and inline_size are set, shape_inside wins out. - // We construct a rectange with one dimension set by the computed value of 'inline-size' + // We construct a rectangle with one dimension set by the computed value of 'inline-size' // and the other dimension set to infinity. Text is laid out starting at the 'x' and 'y' // attribute values. This is handled elsewhere. |
