summaryrefslogtreecommitdiffstats
path: root/src/extension/param
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/param')
-rw-r--r--src/extension/param/parameter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/param/parameter.h b/src/extension/param/parameter.h
index 96cc055d8..b1825d444 100644
--- a/src/extension/param/parameter.h
+++ b/src/extension/param/parameter.h
@@ -158,7 +158,7 @@ public:
const static int GUI_PARAM_WIDGETS_SPACING = 4;
/** Recommended indentation width of parameters (in px) */
const static int GUI_INDENTATION = 12;
- /** Recommended maximum line lenght for wrapping textual parameters (in chars) */
+ /** Recommended maximum line length for wrapping textual parameters (in chars) */
const static int GUI_MAX_LINE_LENGTH = 60;