From 86ebd332c69466f7a1badcb640cc77327727295b Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sun, 11 Mar 2018 08:37:46 -0400 Subject: Fixed more trivial typos Via `codespell` and `grep` --- share/extensions/foldablebox.py | 2 +- src/extension/dbus/document-interface.xml | 2 +- src/extension/internal/pdfinput/svg-builder.cpp | 2 +- src/object/sp-text.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/extensions/foldablebox.py b/share/extensions/foldablebox.py index 772083094..a26427389 100755 --- a/share/extensions/foldablebox.py +++ b/share/extensions/foldablebox.py @@ -51,7 +51,7 @@ class FoldableBox(inkex.Effect): self.OptionParser.add_option("-t", "--tab-proportion", action="store", type="float", dest="tabProportion", default=0.6, - help="Inner tab propotion for upper tab") + help="Inner tab proportion for upper tab") self.OptionParser.add_option("-g", "--guide-line", action="store", type="inkbool", dest="guideLine", default=True, diff --git a/src/extension/dbus/document-interface.xml b/src/extension/dbus/document-interface.xml index 8d10907d2..26fa7b117 100644 --- a/src/extension/dbus/document-interface.xml +++ b/src/extension/dbus/document-interface.xml @@ -459,7 +459,7 @@ c - Merge this this string with the current style for the document. All new shapes will use this style if it exists. + Merge this string with the current style for the document. All new shapes will use this style if it exists. Style Strings, merge_css() diff --git a/src/extension/internal/pdfinput/svg-builder.cpp b/src/extension/internal/pdfinput/svg-builder.cpp index 6fad4c3eb..158c5ae06 100644 --- a/src/extension/internal/pdfinput/svg-builder.cpp +++ b/src/extension/internal/pdfinput/svg-builder.cpp @@ -619,7 +619,7 @@ bool SvgBuilder::isPatternTypeSupported(GfxPattern *pattern) { * \brief Creates a pattern from poppler's data structure * Handles linear and radial gradients. Creates a new PdfParser and uses it to * build a tiling pattern. - * \return an url pointing to the created pattern + * \return a url pointing to the created pattern */ gchar *SvgBuilder::_createPattern(GfxPattern *pattern, GfxState *state, bool is_stroke) { gchar *id = NULL; diff --git a/src/object/sp-text.cpp b/src/object/sp-text.cpp index 17723a5c9..79b1020ef 100644 --- a/src/object/sp-text.cpp +++ b/src/object/sp-text.cpp @@ -188,7 +188,7 @@ void SPText::update(SPCtx *ctx, guint flags) { Inkscape::DrawingGroup *g = dynamic_cast(v->arenaitem); this->_clearFlow(g); g->setStyle(this->style, this->parent->style); - // pass the bbox of the this this as paintbox (used for paintserver fills) + // pass the bbox of this as paintbox (used for paintserver fills) this->layout.show(g, paintbox); } } -- cgit v1.2.3