From a6883074524ecfacc969bd4cad9086cfaa2c78ae Mon Sep 17 00:00:00 2001 From: "flatcap.org!flatcap" Date: Sun, 7 Sep 2003 18:20:00 +0000 Subject: [PATCH] typo (Logical change 1.179) --- ntfsprogs/ntfsclone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/ntfsclone.c b/ntfsprogs/ntfsclone.c index 31ca6533..c5b25382 100644 --- a/ntfsprogs/ntfsclone.c +++ b/ntfsprogs/ntfsclone.c @@ -170,7 +170,7 @@ int perr_exit(const char *fmt, ...) void usage() { Eprintf("\nUsage: %s [options] device\n" - " Efficiently clone NTFS to a sparse file, device or stdandard output.\n" + " Efficiently clone NTFS to a sparse file, device or standard output.\n" "\n" " -o FILE --output FILE Clone NTFS to the non-existent FILE\n" " -O FILE --overwrite FILE Clone NTFS to FILE, overwriting if exists\n"