]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - fsck.c
Fix use of uninitialized afhi->header_len.
[paraslash.git] / fsck.c
diff --git a/fsck.c b/fsck.c
index a40ff37950626207e9c3575bfc1044792671b347..60bd27026cd3c962327d6074ec51b202fb7daea0 100644 (file)
--- a/fsck.c
+++ b/fsck.c
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 1997-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 1997-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -970,7 +970,7 @@ out:
                        para_strerror(-ret)
                );
                if (conf.loglevel_arg > 1)
                        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");
                                conf.loglevel_arg - 1);
        } else
                PARA_NOTICE_LOG("success\n");