]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
fsck.c: Fix typo.
authorAndre Noll <maan@systemlinux.org>
Mon, 17 Mar 2008 08:41:08 +0000 (09:41 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 17 Mar 2008 08:41:08 +0000 (09:41 +0100)
Spotted and fixed by Gerrit Renker.

fsck.c

diff --git a/fsck.c b/fsck.c
index 9688a729ef473ec1a83555479aa79d978c71caef..60bd27026cd3c962327d6074ec51b202fb7daea0 100644 (file)
--- a/fsck.c
+++ b/fsck.c
@@ -970,7 +970,7 @@ out:
                        para_strerror(-ret)
                );
                if (conf.loglevel_arg > 1)
-                       PARA_EMERG_LOG("re-run with \"--logelvel %d\" to increase verbosity\n",
+                       PARA_EMERG_LOG("re-run with \"--loglevel %d\" to increase verbosity\n",
                                conf.loglevel_arg - 1);
        } else
                PARA_NOTICE_LOG("success\n");