summaryrefslogtreecommitdiffstats
path: root/src/extension
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension')
-rw-r--r--src/extension/effect.h2
-rw-r--r--src/extension/param/parameter.cpp2
2 files changed, 2 insertions, 2 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 */
diff --git a/src/extension/param/parameter.cpp b/src/extension/param/parameter.cpp
index 7220045c4..f9a69de05 100644
--- a/src/extension/param/parameter.cpp
+++ b/src/extension/param/parameter.cpp
@@ -66,7 +66,7 @@ Parameter *Parameter::make(Inkscape::XML::Node *in_repr, Inkscape::Extension::Ex
if (text == NULL) {
text = in_repr->attribute("_gui-text");
if (text == NULL) {
- // text = ""; // propably better to require devs to explicitly set an empty gui-text if this is what they want
+ // text = ""; // probably better to require devs to explicitly set an empty gui-text if this is what they want
} else {
const char *context = in_repr->attribute("msgctxt");
if (context != NULL) {