summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-23 11:38:40 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-23 11:38:40 +0200
commit05e194e37d1eae900ae8c38e0538c7e648fa24b4 (patch)
tree59ce88fa135bb020c8849e649f5098da4dbc3108 /config
parentd25ad4dac61cf4667118c8300dc12461ab9cd735 (diff)
Fix typo in config.c comment.
Thx @Coacher.
Diffstat (limited to 'config')
-rw-r--r--config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.c b/config/config.c
index 5fd6b6ed..ff2351b7 100644
--- a/config/config.c
+++ b/config/config.c
@@ -86,7 +86,7 @@ Settings config = {
.y_offset = 0,
/** X offset */
.x_offset = 0,
- /** Always should config.menu_lines lines, even if less lines are available */
+ /** Always show config.menu_lines lines, even if less lines are available */
.fixed_num_lines = TRUE,
/** Do not use history */
.disable_history = FALSE,