From: Andre Noll Date: Wed, 17 Dec 2008 11:49:24 +0000 (+0100) Subject: Fix a typo in gui.c. X-Git-Tag: v0.3.4~73^2~6 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9864bc0d0bc68fd885187bf92c5271db56888ea1 Fix a typo in gui.c. --- diff --git a/gui.c b/gui.c index 61689029..36d47994 100644 --- a/gui.c +++ b/gui.c @@ -1181,7 +1181,7 @@ static void com_ll_incr(void) { if (conf.loglevel_arg >= EMERG) { print_in_bar(COLOR_ERRMSG, - "loglevel already at miminal verbosity\n"); + "loglevel already at minimal verbosity\n"); return; } conf.loglevel_arg++;