From 5bb2414a2b9bed1cc3c0ce2a90c11aa496f29102 Mon Sep 17 00:00:00 2001 From: Gareth Poole Date: Sat, 30 Jan 2016 17:04:14 -0500 Subject: [PATCH] Fix spelling error --- source/helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/helper.c b/source/helper.c index 87b4443c..60fe2899 100644 --- a/source/helper.c +++ b/source/helper.c @@ -578,7 +578,7 @@ void config_sanity_check ( Display *display ) } // Have todo an estimate here. if ( ( 2 * ( config.padding + config.menu_bw ) ) > ( 0.9 * ssize ) ) { - g_string_append_printf ( msg, "\tconfig.padding+config.menu_bw=%d is to big for the minimum size of the monitor: %d.\n", + g_string_append_printf ( msg, "\tconfig.padding+config.menu_bw=%d is too big for the minimum size of the monitor: %d.\n", ( config.padding + config.menu_bw ), ssize ); config.padding = 0;