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` --- src/extension/dbus/document-interface.xml | 2 +- src/extension/internal/pdfinput/svg-builder.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/extension') 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; -- cgit v1.2.3