summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>1997-11-08 23:26:40 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>1997-11-08 23:26:40 +0000
commit31a2e75852e0168d5c8d14ed56f591f509212172 (patch)
tree269c94571c185f38c80f6df64f7557ada641e4bb
parentebb73cb5dfed45be5da90a73979f5ad85c664887 (diff)
spelling
-rw-r--r--bin/chmod/chmod.14
-rw-r--r--bin/chmod/chmod.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index 48e1bb30a1a..4781460ab8a 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chmod.1,v 1.2 1996/06/23 14:19:06 deraadt Exp $
+.\" $OpenBSD: chmod.1,v 1.3 1997/11/08 23:26:39 todd Exp $
.\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -16,7 +16,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/chmod/chmod.c b/bin/chmod/chmod.c
index 3504e9ecaad..7d4aae83668 100644
--- a/bin/chmod/chmod.c
+++ b/bin/chmod/chmod.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: chmod.c,v 1.6 1997/06/28 14:45:43 grr Exp $ */
+/* $OpenBSD: chmod.c,v 1.7 1997/11/08 23:26:39 todd Exp $ */
/* $NetBSD: chmod.c,v 1.12 1995/03/21 09:02:09 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
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94";
#else
-static char rcsid[] = "$OpenBSD: chmod.c,v 1.6 1997/06/28 14:45:43 grr Exp $";
+static char rcsid[] = "$OpenBSD: chmod.c,v 1.7 1997/11/08 23:26:39 todd Exp $";
#endif
#endif /* not lint */