summaryrefslogtreecommitdiffstats
path: root/src/ui/view
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-10-07 17:36:50 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-10-07 17:36:50 +0000
commit4900c3a3443795400098bb264c6c6fd72c00f50f (patch)
treeab89163b75850e61be5ace3fd6de74fe71fea880 /src/ui/view
parentSVGLength::read handle inf (diff)
parentRemoved typo introduced in previous commit (diff)
downloadinkscape-4900c3a3443795400098bb264c6c6fd72c00f50f.tar.gz
inkscape-4900c3a3443795400098bb264c6c6fd72c00f50f.zip
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'src/ui/view')
-rw-r--r--src/ui/view/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/view/view.h b/src/ui/view/view.h
index 532bf36a8..31b43d12c 100644
--- a/src/ui/view/view.h
+++ b/src/ui/view/view.h
@@ -116,7 +116,7 @@ protected:
* Disconnects the view from the document signals, connects the view
* to a new one, and emits the _document_set_signal on the view.
*
- * This is code comon to all subclasses and called from their
+ * This is code common to all subclasses and called from their
* setDocument() methods after they are done.
*
* @param doc The new document to connect the view to.