summaryrefslogtreecommitdiff
path: root/usr.bin/rdist
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rdist')
-rw-r--r--usr.bin/rdist/client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rdist/client.c b/usr.bin/rdist/client.c
index dbcace8c4be..5742bb95e3a 100644
--- a/usr.bin/rdist/client.c
+++ b/usr.bin/rdist/client.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: client.c,v 1.19 2003/06/03 02:56:14 millert Exp $ */
+/* $OpenBSD: client.c,v 1.20 2004/10/04 05:21:27 jsg Exp $ */
/*
* Copyright (c) 1983 Regents of the University of California.
@@ -38,7 +38,7 @@ static char RCSid[] __attribute__((__unused__)) =
"$From: client.c,v 1.13 1999/11/01 00:22:14 christos Exp $";
#else
static char RCSid[] __attribute__((__unused__)) =
-"$OpenBSD: client.c,v 1.19 2003/06/03 02:56:14 millert Exp $";
+"$OpenBSD: client.c,v 1.20 2004/10/04 05:21:27 jsg Exp $";
#endif
static char sccsid[] __attribute__((__unused__)) =
@@ -1261,7 +1261,7 @@ install(char *src, char *dest, int ddir, int destdir, opt_t opts)
ptarget++;
/*
* If we are renaming a directory and we want to preserve
- * the directory heirarchy (-w), we must strip off the leading
+ * the directory hierarchy (-w), we must strip off the leading
* directory name and preserve the rest.
*/
if (IS_ON(opts, DO_WHOLE)) {