summaryrefslogtreecommitdiffstats
path: root/src/ui/widget
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widget')
-rw-r--r--src/ui/widget/font-selector-toolbar.h2
-rw-r--r--src/ui/widget/point.h2
-rw-r--r--src/ui/widget/scalar.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/widget/font-selector-toolbar.h b/src/ui/widget/font-selector-toolbar.h
index 5600982c6..df6fa5fd5 100644
--- a/src/ui/widget/font-selector-toolbar.h
+++ b/src/ui/widget/font-selector-toolbar.h
@@ -10,7 +10,7 @@
* The routines here create and manage a font selector widget with two parts,
* one each for font-family and font-style.
*
- * This is esentially a toolbar version of the 'FontSelector' widget. Someday
+ * This is essentially a toolbar version of the 'FontSelector' widget. Someday
* this may be merged with it.
*
* The main functions are:
diff --git a/src/ui/widget/point.h b/src/ui/widget/point.h
index 71bfd8473..ab4debe96 100644
--- a/src/ui/widget/point.h
+++ b/src/ui/widget/point.h
@@ -89,7 +89,7 @@ public:
bool mnemonic = true);
/**
- * Fetches the precision of the spin buton.
+ * Fetches the precision of the spin button.
*/
unsigned getDigits() const;
diff --git a/src/ui/widget/scalar.h b/src/ui/widget/scalar.h
index b2c923953..2632dd5a7 100644
--- a/src/ui/widget/scalar.h
+++ b/src/ui/widget/scalar.h
@@ -80,7 +80,7 @@ public:
bool mnemonic = true);
/**
- * Fetches the precision of the spin buton.
+ * Fetches the precision of the spin button.
*/
unsigned getDigits() const;