summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-03-11 12:37:46 +0000
committerEduard Braun <eduard.braun2@gmx.de>2018-03-12 18:26:47 +0000
commit86ebd332c69466f7a1badcb640cc77327727295b (patch)
tree46ea5e99c936fb4eadbe3445d933517504ee38fe /src
parentinkview: Add a little documentation (diff)
downloadinkscape-86ebd332c69466f7a1badcb640cc77327727295b.tar.gz
inkscape-86ebd332c69466f7a1badcb640cc77327727295b.zip
Fixed more trivial typos
Via `codespell` and `grep`
Diffstat (limited to 'src')
-rw-r--r--src/extension/dbus/document-interface.xml2
-rw-r--r--src/extension/internal/pdfinput/svg-builder.cpp2
-rw-r--r--src/object/sp-text.cpp2
3 files changed, 3 insertions, 3 deletions
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
</arg>
<doc:doc>
<doc:description>
- <doc:para>Merge this this string with the current style for the document. All new shapes will use this style if it exists.</doc:para>
+ <doc:para>Merge this string with the current style for the document. All new shapes will use this style if it exists.</doc:para>
</doc:description>
<doc:seealso><doc:ref type="interface" to="Style Strings">Style Strings</doc:ref>, <doc:ref type="method" to="document.merge_css">merge_css()</doc:ref></doc:seealso>
</doc:doc>
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<Inkscape::DrawingGroup *>(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);
}
}