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/extension/param/parameter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/param/parameter.cpp') 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) { -- cgit v1.2.3