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 | |
parent | 46d9fbdd6ab0c4fba9aaded9d607c179fa570c87 (diff) |
hierarchy is spelt hierarchy, ok djm@
-rw-r--r-- | usr.bin/oldrdist/server.c | 6 | ||||
-rw-r--r-- | usr.bin/rdist/client.c | 6 | ||||
-rw-r--r-- | usr.bin/usbhidctl/usbhid.c | 4 | ||||
-rw-r--r-- | usr.bin/xinstall/xinstall.c | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/oldrdist/server.c b/usr.bin/oldrdist/server.c index 7c870805292..ff68cc4343d 100644 --- a/usr.bin/oldrdist/server.c +++ b/usr.bin/oldrdist/server.c @@ -1,4 +1,4 @@ -/* $OpenBSD: server.c,v 1.26 2004/01/16 01:12:35 espie Exp $ */ +/* $OpenBSD: server.c,v 1.27 2004/10/04 05:21:27 jsg Exp $ */ /* * Copyright (c) 1983, 1993 @@ -31,7 +31,7 @@ #ifndef lint /* from: static char sccsid[] = "@(#)server.c 8.1 (Berkeley) 6/9/93"; */ -static char *rcsid = "$OpenBSD: server.c,v 1.26 2004/01/16 01:12:35 espie Exp $"; +static char *rcsid = "$OpenBSD: server.c,v 1.27 2004/10/04 05:21:27 jsg Exp $"; #endif /* not lint */ #include <sys/wait.h> @@ -272,7 +272,7 @@ install(src, dest, destdir, opts) tp++; /* * 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 (opts & WHOLE) { 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)) { diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c index de27a1bbd37..5af196510c2 100644 --- a/usr.bin/usbhidctl/usbhid.c +++ b/usr.bin/usbhidctl/usbhid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usbhid.c,v 1.6 2004/06/04 00:47:32 deraadt Exp $ */ +/* $OpenBSD: usbhid.c,v 1.7 2004/10/04 05:21:27 jsg Exp $ */ /* $NetBSD: usbhid.c,v 1.22 2002/02/20 20:30:42 christos Exp $ */ /* @@ -281,7 +281,7 @@ hidtestrule(struct Susbvar *var, struct usagedata *cache) /* * hidmatch() determines whether the item specified in 'item', and - * nested within a heirarchy of collections specified in 'collist' + * nested within a hierarchy of collections specified in 'collist' * matches any of the rules in the list 'varlist'. Returns the * matching rule on success, or NULL on no match. */ diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 8d446094151..cac808ac8c5 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -1,4 +1,4 @@ -/* $OpenBSD: xinstall.c,v 1.41 2004/07/01 18:25:48 otto Exp $ */ +/* $OpenBSD: xinstall.c,v 1.42 2004/10/04 05:21:27 jsg Exp $ */ /* $NetBSD: xinstall.c,v 1.9 1995/12/20 10:25:17 jonathan Exp $ */ /* @@ -40,7 +40,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)xinstall.c 8.1 (Berkeley) 7/21/93"; #endif -static char rcsid[] = "$OpenBSD: xinstall.c,v 1.41 2004/07/01 18:25:48 otto Exp $"; +static char rcsid[] = "$OpenBSD: xinstall.c,v 1.42 2004/10/04 05:21:27 jsg Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -564,7 +564,7 @@ strip(char *to_name) /* * install_dir -- - * build directory heirarchy + * build directory hierarchy */ void install_dir(char *path) |