diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-05-09 14:37:28 +0000 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2018-05-14 19:38:17 +0000 |
| commit | 5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1 (patch) | |
| tree | 083733a3701c229199a4bc22225f397cc26bedfd /src/ui/widget | |
| parent | Fix bug embeding SVG as PNG (diff) | |
| download | inkscape-5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1.tar.gz inkscape-5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1.zip | |
Misc. typos
Found via `codespell` and `grep`
Diffstat (limited to 'src/ui/widget')
| -rw-r--r-- | src/ui/widget/font-selector-toolbar.h | 2 | ||||
| -rw-r--r-- | src/ui/widget/point.h | 2 | ||||
| -rw-r--r-- | src/ui/widget/scalar.h | 2 |
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; |
