summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/desktop/README2
-rw-r--r--src/ui/tool/node.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/desktop/README b/src/ui/desktop/README
index af0799694..e2932ca80 100644
--- a/src/ui/desktop/README
+++ b/src/ui/desktop/README
@@ -23,5 +23,5 @@ To do:
Dialogs
Tools
Canvas
- Palatte (maybe turn into dialog).
+ Palette (maybe turn into dialog).
Status bar
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.
*/