summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2019-01-22 19:13:45 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2019-01-22 19:13:45 +0000
commit6053b3fd123bfd7d1e910b2e19c60b1c58e2e6a8 (patch)
treeaadd2d927bb4738853f2be3110eaa512355ad1a2 /src/ui
parentGet rid of unused empty toolbox creation (diff)
parentFix some typos and syntax errors (diff)
downloadinkscape-6053b3fd123bfd7d1e910b2e19c60b1c58e2e6a8.tar.gz
inkscape-6053b3fd123bfd7d1e910b2e19c60b1c58e2e6a8.zip
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/draw-anchor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/draw-anchor.h b/src/ui/draw-anchor.h
index 5542b3bf6..b631a4893 100644
--- a/src/ui/draw-anchor.h
+++ b/src/ui/draw-anchor.h
@@ -30,7 +30,7 @@ class SPCurve;
struct SPCanvasItem;
/// The drawing anchor.
-/// \todo Make this a regular knot, this will allow to set statusbar tips.
+/// \todo Make this a regular knot, this will allow setting statusbar tips.
struct SPDrawAnchor {
Inkscape::UI::Tools::FreehandBase *dc;
SPCurve *curve;