From 43a37ead0fc881a6e74b13613fef21f54f96a99f Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Fri, 7 Sep 2012 17:08:33 +0200 Subject: [PATCH] reword comment in config.def.h --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 07da68d..2d5e173 100644 --- a/config.def.h +++ b/config.def.h @@ -20,7 +20,7 @@ enum alignment align = left; /* text alignment [left/center/right] */ int sticky_history = True; int verbosity = 0; int word_wrap = False; -int line_height = 0; /* a line height < font height will be raised to font height */ +int line_height = 0; /* if line height < font height, it will be raised to font height */ int separator_enabled = False; float separator_width = 0.7; /* width in relation to window width */