summaryrefslogtreecommitdiffstats
path: root/src/extension/effect.h
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-05-09 14:37:28 +0000
committerluz paz <luzpaz@users.noreply.github.com>2018-05-14 19:38:17 +0000
commit5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1 (patch)
tree083733a3701c229199a4bc22225f397cc26bedfd /src/extension/effect.h
parentFix bug embeding SVG as PNG (diff)
downloadinkscape-5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1.tar.gz
inkscape-5f701e9b37a3a8adc6e4964bc7fac0f34dfc9db1.zip
Misc. typos
Found via `codespell` and `grep`
Diffstat (limited to 'src/extension/effect.h')
-rw-r--r--src/extension/effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/effect.h b/src/extension/effect.h
index f6eff09b1..5b65bd598 100644
--- a/src/extension/effect.h
+++ b/src/extension/effect.h
@@ -98,7 +98,7 @@ class Effect : public Extension {
EffectVerb _verb_nopref;
/** \brief Menu node created for this effect */
Inkscape::XML::Node * _menu_node;
- /** \brief Whehter a working dialog should be shown */
+ /** \brief Whether a working dialog should be shown */
bool _workingDialog;
/** \brief The preference dialog if it is shown */