summaryrefslogtreecommitdiff
path: root/bin/cp/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cp/cp.c')
-rw-r--r--bin/cp/cp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/cp/cp.c b/bin/cp/cp.c
index 2c5430e62b4..36dea977e4c 100644
--- a/bin/cp/cp.c
+++ b/bin/cp/cp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cp.c,v 1.27 2003/07/29 00:24:14 deraadt Exp $ */
+/* $OpenBSD: cp.c,v 1.28 2003/10/30 16:01:43 millert Exp $ */
/* $NetBSD: cp.c,v 1.14 1995/09/07 06:14:51 jtc Exp $ */
/*
@@ -43,7 +43,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.27 2003/07/29 00:24:14 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: cp.c,v 1.28 2003/10/30 16:01:43 millert Exp $";
#endif
#endif /* not lint */
@@ -361,7 +361,7 @@ copy(char *argv[], enum op type, int fts_options)
* pass. We can't do this earlier because the mode
* may not allow us write permission. Furthermore,
* if we set the times during the pre-order pass,
- * the they will get changed later when the directory
+ * they will get changed later when the directory
* is populated.
*/
if (curr->fts_info == FTS_DP) {