From 5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 9 May 2018 10:37:28 -0400 Subject: Misc. typos Found via `codespell` and `grep` --- src/ui/widget/font-selector-toolbar.h | 2 +- src/ui/widget/point.h | 2 +- src/ui/widget/scalar.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/widget') 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; -- cgit v1.2.3