summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-03-26 11:17:17 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2019-03-26 11:17:17 +0000
commit57678b4b45f7f76778f7ca04b38ac9a77add9dbb (patch)
treed7a17d1759ddc70fe4b16d8800aa6c6f31334608 /src/ui/tool/node.h
parentlpe-pts2ellipse: added perspective circle from 4 points (diff)
downloadinkscape-57678b4b45f7f76778f7ca04b38ac9a77add9dbb.tar.gz
inkscape-57678b4b45f7f76778f7ca04b38ac9a77add9dbb.zip
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/ui/tool/node.h')
-rw-r--r--src/ui/tool/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h
index 5e5249455..0d43d8159 100644
--- a/src/ui/tool/node.h
+++ b/src/ui/tool/node.h
@@ -155,7 +155,7 @@ public:
* Sets the node type and optionally restores the invariants associated with the given type.
* @param type The type to set.
* @param update_handles Whether to restore invariants associated with the given type.
- * Passing false is useful e.g. wen initially creating the path,
+ * Passing false is useful e.g. when initially creating the path,
* and when making cusp nodes during some node algorithms.
* Pass true when used in response to an UI node type button.
*/