summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/spin-button-tool-item.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-03-21 02:37:06 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2019-03-21 02:37:06 +0000
commitd8480e53803e8971673f879ec6895971e991a09f (patch)
treed30213bd55148b1bb4a2c13a028a10a9b68662ef /src/ui/widget/spin-button-tool-item.cpp
parentFix #116: Wrong element names shown in XML editor for circles and ellipses (diff)
downloadinkscape-d8480e53803e8971673f879ec6895971e991a09f.tar.gz
inkscape-d8480e53803e8971673f879ec6895971e991a09f.zip
Misc. typos and whitespace fixes
Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
Diffstat (limited to 'src/ui/widget/spin-button-tool-item.cpp')
-rw-r--r--src/ui/widget/spin-button-tool-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/spin-button-tool-item.cpp b/src/ui/widget/spin-button-tool-item.cpp
index b5eefdbb1..f8c285344 100644
--- a/src/ui/widget/spin-button-tool-item.cpp
+++ b/src/ui/widget/spin-button-tool-item.cpp
@@ -174,7 +174,7 @@ SpinButtonToolItem::process_tab(int increment)
// If the increment is zero, do nothing
if(increment == 0) return true;
- // Here, we're working through the widget heirarchy:
+ // Here, we're working through the widget hierarchy:
// Toolbar
// |- ToolItem (*this)
// |-> Box