diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2019-03-26 11:17:17 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2019-03-26 11:17:17 +0000 |
| commit | 57678b4b45f7f76778f7ca04b38ac9a77add9dbb (patch) | |
| tree | d7a17d1759ddc70fe4b16d8800aa6c6f31334608 /src/object/sp-text.h | |
| parent | lpe-pts2ellipse: added perspective circle from 4 points (diff) | |
| download | inkscape-57678b4b45f7f76778f7ca04b38ac9a77add9dbb.tar.gz inkscape-57678b4b45f7f76778f7ca04b38ac9a77add9dbb.zip | |
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/object/sp-text.h')
| -rw-r--r-- | src/object/sp-text.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/object/sp-text.h b/src/object/sp-text.h index f2483bd03..d6016b3b4 100644 --- a/src/object/sp-text.h +++ b/src/object/sp-text.h @@ -57,7 +57,7 @@ public: completely specified by transformations. */ static void _adjustCoordsRecursive(SPItem *item, Geom::Affine const &m, double ex, bool is_root = true); static void _adjustFontsizeRecursive(SPItem *item, double ex, bool is_root = true); - + /** discards the drawing objects representing this text. */ void _clearFlow(Inkscape::DrawingGroup *in_arena); @@ -75,10 +75,10 @@ private: that we don't get a spurious extra one at the end of the flow. */ unsigned _buildLayoutInput(SPObject *object, Inkscape::Text::Layout::OptionalTextTagAttrs const &parent_optional_attrs, unsigned parent_attrs_offset, bool in_textpath); - /** Union all exlusion shapes. */ + /** Union all exclusion shapes. */ Shape* _buildExclusionShape() const; - /** Find first x/y valuse which may be in a descendent element. */ + /** Find first x/y values which may be in a descendent element. */ SVGLength* _getFirstXLength(); SVGLength* _getFirstYLength(); |
