summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGareth Poole <noname422@gmail.com>2016-01-30 17:04:14 -0500
committerGareth Poole <noname422@gmail.com>2016-01-30 17:04:14 -0500
commit5bb2414a2b9bed1cc3c0ce2a90c11aa496f29102 (patch)
tree3ec5a83979a6c8f048edb26bb2f124bcbcb28379 /source
parentc4b6b19ff952d0062c28f705d917756cada7b29a (diff)
Fix spelling error
Diffstat (limited to 'source')
-rw-r--r--source/helper.c2
1 files changed, 1 insertions, 1 deletions
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, "\t<b>config.padding+config.menu_bw</b>=%d is to big for the minimum size of the monitor: %d.\n",
+ g_string_append_printf ( msg, "\t<b>config.padding+config.menu_bw</b>=%d is too big for the minimum size of the monitor: %d.\n",
( config.padding + config.menu_bw ), ssize );
config.padding = 0;