summaryrefslogtreecommitdiffstats
path: root/src/ui/view/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/view/view.h')
-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.