summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-09-30 18:39:25 +0000
committerluz paz <luzpaz@users.noreply.github.com>2018-10-06 02:05:25 +0000
commit33780c0f28bcda586b1e14de93525a6ab426e4df (patch)
tree341c90061fed79841ea4161b2088d5baa40fe1fa /src/ui
parentAdd new style register style property for stop color and opacity (diff)
downloadinkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.tar.gz
inkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.zip
Misc. typos
Found via `codespell`
Diffstat (limited to '')
-rw-r--r--src/ui/tools/measure-tool.cpp2
-rw-r--r--src/ui/view/view.h2
-rw-r--r--src/ui/widget/unit-tracker.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/tools/measure-tool.cpp b/src/ui/tools/measure-tool.cpp
index f11fcac71..df7be6253 100644
--- a/src/ui/tools/measure-tool.cpp
+++ b/src/ui/tools/measure-tool.cpp
@@ -190,7 +190,7 @@ Geom::Point calcAngleDisplayAnchor(SPDesktop *desktop, double angle, double base
* Create a measure item in current document.
*
* @param pathv the path to create.
- * @param markers if the path resuts get markers.
+ * @param markers if the path results get markers.
* @param color of the stroke.
* @param measure_repr container element.
*/
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.
diff --git a/src/ui/widget/unit-tracker.cpp b/src/ui/widget/unit-tracker.cpp
index bb9425b29..2d562f468 100644
--- a/src/ui/widget/unit-tracker.cpp
+++ b/src/ui/widget/unit-tracker.cpp
@@ -114,7 +114,7 @@ void UnitTracker::addAdjustment(GtkAdjustment *adj)
g_object_weak_ref(G_OBJECT(adj), _adjustmentFinalizedCB, this);
_adjList.push_back(adj);
} else {
- std::cerr << "UnitTracker::addAjustment: Ajustment already added!" << std::endl;
+ std::cerr << "UnitTracker::addAjustment: Adjustment already added!" << std::endl;
}
}