summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-03-25 01:45:02 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-03-25 01:45:02 +0000
commit7c65a397f9c51e1e9e6d294eed109005626f6e7c (patch)
tree3ff7924a7b7abffdb919571871fc6573bd92af03
parent7a81e0886ecbd93c8d18dfd04af61e342bc192f1 (diff)
Checking -> Check for consistency
-rw-r--r--sbin/fsck_msdos/check.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/fsck_msdos/check.c b/sbin/fsck_msdos/check.c
index 0c8522add02..823fbc9d129 100644
--- a/sbin/fsck_msdos/check.c
+++ b/sbin/fsck_msdos/check.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: check.c,v 1.6 1998/01/11 20:40:30 provos Exp $ */
+/* $OpenBSD: check.c,v 1.7 1999/03/25 01:45:01 aaron Exp $ */
/* $NetBSD: check.c,v 1.8 1997/10/17 11:19:29 ws Exp $ */
/*
@@ -35,7 +35,7 @@
#ifndef lint
-static char rcsid[] = "$OpenBSD: check.c,v 1.6 1998/01/11 20:40:30 provos Exp $";
+static char rcsid[] = "$OpenBSD: check.c,v 1.7 1999/03/25 01:45:01 aaron Exp $";
#endif /* not lint */
#include <stdlib.h>
@@ -133,7 +133,7 @@ checkfilesys(fname)
}
if (!preen)
- printf("** Phase 3 - Checking Directories\n");
+ printf("** Phase 3 - Check Directories\n");
mod |= resetDosDirSection(&boot, fat);
if (mod & FSFATAL) {
@@ -160,7 +160,7 @@ checkfilesys(fname)
}
if (!preen)
- printf("** Phase 4 - Checking for Lost Files\n");
+ printf("** Phase 4 - Check for Lost Files\n");
mod |= checklost(dosfs, &boot, fat);
if (mod & FSFATAL) {