diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-10-07 17:36:50 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-10-07 17:36:50 +0000 |
| commit | 4900c3a3443795400098bb264c6c6fd72c00f50f (patch) | |
| tree | ab89163b75850e61be5ace3fd6de74fe71fea880 /src/ui/view | |
| parent | SVGLength::read handle inf (diff) | |
| parent | Removed typo introduced in previous commit (diff) | |
| download | inkscape-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.h | 2 |
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. |
