From 05e194e37d1eae900ae8c38e0538c7e648fa24b4 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 23 Oct 2016 11:38:40 +0200 Subject: [PATCH] Fix typo in config.c comment. Thx @Coacher. --- config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,