diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1997-11-15 22:10:23 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1997-11-15 22:10:23 +0000 |
commit | d2fc079eb91c52fcad4bf503697d02557e8f1cb8 (patch) | |
tree | 665d13863a3b010460d391cd5be05fb78b8a0608 /bin/dd | |
parent | b0061da962c970149503f7411871f39aeb347f0a (diff) |
spelling
Diffstat (limited to 'bin/dd')
-rw-r--r-- | bin/dd/args.c | 8 | ||||
-rw-r--r-- | bin/dd/dd.c | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/bin/dd/args.c b/bin/dd/args.c index 84367b1583e..b8a0bac6249 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -1,4 +1,4 @@ -/* $OpenBSD: args.c,v 1.6 1997/02/14 07:05:18 millert Exp $ */ +/* $OpenBSD: args.c,v 1.7 1997/11/15 22:10:22 todd Exp $ */ /* $NetBSD: args.c,v 1.7 1996/03/01 01:18:58 jtc Exp $ */ /*- @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)args.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$OpenBSD: args.c,v 1.6 1997/02/14 07:05:18 millert Exp $"; +static char rcsid[] = "$OpenBSD: args.c,v 1.7 1997/11/15 22:10:22 todd Exp $"; #endif #endif /* not lint */ @@ -343,7 +343,7 @@ c_conv(a, b) * 4) A positive decimal number followed by a m (mult by 512). * 5) A positive decimal number followed by a w (mult by sizeof int) * 6) Two or more positive decimal numbers (with/without k,b or w). - * seperated by x (also * for backwards compatibility), specifying + * separated by x (also * for backwards compatibility), specifying * the product of the indicated values. */ static size_t @@ -414,7 +414,7 @@ erange: errx(1, "%s: %s", oper, strerror(ERANGE)); * 4) A positive decimal number followed by a m (mult by 512). * 5) A positive decimal number followed by a w (mult by sizeof int) * 6) Two or more positive decimal numbers (with/without k,b or w). - * seperated by x (also * for backwards compatibility), specifying + * separated by x (also * for backwards compatibility), specifying * the product of the indicated values. */ static off_t diff --git a/bin/dd/dd.c b/bin/dd/dd.c index 8a8380abddb..5202ee0d86d 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dd.c,v 1.6 1997/08/25 15:24:07 deraadt Exp $ */ +/* $OpenBSD: dd.c,v 1.7 1997/11/15 22:10:22 todd Exp $ */ /* $NetBSD: dd.c,v 1.6 1996/02/20 19:29:06 jtc Exp $ */ /*- @@ -48,7 +48,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)dd.c 8.5 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$OpenBSD: dd.c,v 1.6 1997/08/25 15:24:07 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: dd.c,v 1.7 1997/11/15 22:10:22 todd Exp $"; #endif #endif /* not lint */ @@ -319,7 +319,7 @@ dd_in() } /* - * Cleanup any remaining I/O and flush output. If necesssary, output file + * Cleanup any remaining I/O and flush output. If necessary, output file * is truncated. */ static void |