diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-09-30 18:39:25 +0000 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2018-10-06 02:05:25 +0000 |
| commit | 33780c0f28bcda586b1e14de93525a6ab426e4df (patch) | |
| tree | 341c90061fed79841ea4161b2088d5baa40fe1fa /src/ui/view | |
| parent | Add new style register style property for stop color and opacity (diff) | |
| download | inkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.tar.gz inkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.zip | |
Misc. typos
Found via `codespell`
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. |
