summaryrefslogtreecommitdiff
path: root/bin/cp
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-30 06:20:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-30 06:20:28 +0000
commitf419afce84b48ef3ae02b9bbdb5d28e693300374 (patch)
tree57a8c378f95a214774e91ca9d6ae17af8408322a /bin/cp
parentc226a2443747b997aaa903586c3fe29e3f66c94f (diff)
typo; moritz@jodeit.org
Diffstat (limited to 'bin/cp')
-rw-r--r--bin/cp/utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index e1213809888..6b0c2736e51 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: utils.c,v 1.18 2001/11/05 07:39:16 mpech Exp $ */
+/* $OpenBSD: utils.c,v 1.19 2002/05/30 06:20:27 deraadt Exp $ */
/* $NetBSD: utils.c,v 1.6 1997/02/26 14:40:51 cgd Exp $ */
/*-
@@ -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.18 2001/11/05 07:39:16 mpech Exp $";
+static char rcsid[] = "$OpenBSD: utils.c,v 1.19 2002/05/30 06:20:27 deraadt Exp $";
#endif
#endif /* not lint */
@@ -79,7 +79,7 @@ copy_file(entp, dne)
/*
* In -f (force) mode, we always unlink the destination first
- * if it exists. Note that -i and -f are mututally exclusive.
+ * if it exists. Note that -i and -f are mutually exclusive.
*/
if (!dne && fflag)
(void)unlink(to.p_path);