diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-04 05:21:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-10-04 05:21:28 +0000 |
commit | 85097b55f78300846a881a77d806565ca1eb3021 (patch) | |
tree | 25020c0eac9f72d47f7bd0fac9f52aa2d507378e /usr.bin/rdist | |
parent | 46d9fbdd6ab0c4fba9aaded9d607c179fa570c87 (diff) |
hierarchy is spelt hierarchy, ok djm@
Diffstat (limited to 'usr.bin/rdist')
-rw-r--r-- | usr.bin/rdist/client.c | 6 |
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)) { |