summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/measure-tool.cpp
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/tools/measure-tool.cpp
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/tools/measure-tool.cpp')
-rw-r--r--src/ui/tools/measure-tool.cpp2
1 files changed, 1 insertions, 1 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.
*/