]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge commit 'meins/master'
authorAndre Noll <maan@systemlinux.org>
Mon, 19 Jan 2009 13:49:09 +0000 (14:49 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 19 Jan 2009 13:49:09 +0000 (14:49 +0100)
gui.c

diff --git a/gui.c b/gui.c
index 499845d9dadcdb6802b6ac49ab470d969729314c..0a8f081839b97f6b0aaaac7ce3cc9e3d2bc049d1 100644 (file)
--- a/gui.c
+++ b/gui.c
@@ -1182,7 +1182,7 @@ static void com_ll_incr(void)
 {
        if (loglevel >= LL_EMERG) {
                print_in_bar(COLOR_ERRMSG,
-                       "loglevel already at miminal verbosity\n");
+                       "loglevel already at minimal verbosity\n");
                return;
        }
        loglevel++;