diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1997-11-08 23:17:13 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1997-11-08 23:17:13 +0000 |
commit | 0b6bbc3edf3b3e81cec99c8617f903591dfcf722 (patch) | |
tree | 8874cdb02bf08f233e349936bb82f5703de27743 | |
parent | 572c3e1a12f69f97618dcc00ccd417cce4df3f3b (diff) |
spelling
-rw-r--r-- | bin/cp/cp.c | 10 | ||||
-rw-r--r-- | bin/cp/extern.h | 4 | ||||
-rw-r--r-- | bin/cp/utils.c | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/bin/cp/cp.c b/bin/cp/cp.c index d390785e235..fdac621fb20 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cp.c,v 1.10 1997/09/20 17:34:34 millert Exp $ */ +/* $OpenBSD: cp.c,v 1.11 1997/11/08 23:17:11 todd Exp $ */ /* $NetBSD: cp.c,v 1.14 1995/09/07 06:14:51 jtc Exp $ */ /* @@ -17,7 +17,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: + * must display the following acknowledgment: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors @@ -47,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)cp.c 8.5 (Berkeley) 4/29/95"; #else -static char rcsid[] = "$OpenBSD: cp.c,v 1.10 1997/09/20 17:34:34 millert Exp $"; +static char rcsid[] = "$OpenBSD: cp.c,v 1.11 1997/11/08 23:17:11 todd Exp $"; #endif #endif /* not lint */ @@ -294,7 +294,7 @@ copy(argv, type, fts_options) * is the case where the target exists. * * Also, check for "..". This is for correct path - * concatentation for paths ending in "..", e.g. + * concatenation for paths ending in "..", e.g. * cp -R .. /tmp * Paths ending in ".." are changed to ".". This is * tricky, but seems the easiest way to fix the problem. @@ -387,7 +387,7 @@ copy(argv, type, fts_options) } /* * If not -p and directory didn't exist, set it to be - * the same as the from directory, umodified by the + * the same as the from directory, unmodified by the * umask; arguably wrong, but it's been that way * forever. */ diff --git a/bin/cp/extern.h b/bin/cp/extern.h index 493288c877f..c1fef5d086d 100644 --- a/bin/cp/extern.h +++ b/bin/cp/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.5 1997/08/23 00:01:38 millert Exp $ */ +/* $OpenBSD: extern.h,v 1.6 1997/11/08 23:17:12 todd Exp $ */ /* $NetBSD: extern.h,v 1.3 1995/03/21 09:02:16 cgd Exp $ */ /*- @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: + * must display the following acknowledgment: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors diff --git a/bin/cp/utils.c b/bin/cp/utils.c index 7c1c8e84ffd..d6b606cd47e 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -1,4 +1,4 @@ -/* $OpenBSD: utils.c,v 1.9 1997/09/01 18:29:19 deraadt Exp $ */ +/* $OpenBSD: utils.c,v 1.10 1997/11/08 23:17:12 todd Exp $ */ /* $NetBSD: utils.c,v 1.6 1997/02/26 14:40:51 cgd Exp $ */ /*- @@ -14,7 +14,7 @@ * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: + * must display the following acknowledgment: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94"; #else -static char rcsid[] = "$OpenBSD: utils.c,v 1.9 1997/09/01 18:29:19 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: utils.c,v 1.10 1997/11/08 23:17:12 todd Exp $"; #endif #endif /* not lint */ |