Fix typo in config.c comment.

Thx @Coacher.
This commit is contained in:
Dave Davenport 2016-10-23 11:38:40 +02:00
parent d25ad4dac6
commit 05e194e37d
1 changed files with 1 additions and 1 deletions

View File

@ -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,