From: Andre Noll Date: Mon, 17 Mar 2008 08:41:08 +0000 (+0100) Subject: fsck.c: Fix typo. X-Git-Tag: v0.3.2~62 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=11688f127edbe447586de3868c268da15492a8d3;ds=inline fsck.c: Fix typo. Spotted and fixed by Gerrit Renker. --- diff --git a/fsck.c b/fsck.c index 9688a729..60bd2702 100644 --- 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");