diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-11-10 15:33:16 +0000 |
commit | 5e5c20b4986d64cf4b989750655ce99a581ee745 (patch) | |
tree | 454d7edecf7d8c42395d523edcb4da46a285da42 /usr.sbin | |
parent | fa37968b43055a44587325acd7d958a96fc4e5a7 (diff) |
seperate -> separate, okay aaron@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/amd/amd/amq_subr.c | 4 | ||||
-rw-r--r-- | usr.sbin/dhcp/common/dns.c | 4 | ||||
-rw-r--r-- | usr.sbin/dhcp/common/options.c | 4 | ||||
-rw-r--r-- | usr.sbin/dhcp/common/parse.c | 28 | ||||
-rw-r--r-- | usr.sbin/dhcp/includes/cf/sample.h | 4 | ||||
-rw-r--r-- | usr.sbin/dhcp/server/confpars.c | 4 | ||||
-rw-r--r-- | usr.sbin/httpd/src/modules/experimental/mod_auth_digest.c | 2 | ||||
-rw-r--r-- | usr.sbin/httpd/src/modules/ssl/ssl_util_sdbm.c | 2 | ||||
-rw-r--r-- | usr.sbin/named/libresolv/res_init.c | 6 | ||||
-rw-r--r-- | usr.sbin/sa/main.c | 4 |
10 files changed, 31 insertions, 31 deletions
diff --git a/usr.sbin/amd/amd/amq_subr.c b/usr.sbin/amd/amd/amq_subr.c index ba4c3deef2e..2c15f2bd161 100644 --- a/usr.sbin/amd/amd/amq_subr.c +++ b/usr.sbin/amd/amd/amq_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)amq_subr.c 8.1 (Berkeley) 6/6/93 - * $Id: amq_subr.c,v 1.4 1999/08/26 14:57:19 millert Exp $ + * $Id: amq_subr.c,v 1.5 2000/11/10 15:33:13 provos Exp $ */ /* @@ -175,7 +175,7 @@ extern qelem mfhead; #if 0 /* - * amd does not allocate a seperate socket to distinguish local + * amd does not allocate a separate socket to distinguish local * connects so this "security" check is useless. */ static int ok_security(rqstp) diff --git a/usr.sbin/dhcp/common/dns.c b/usr.sbin/dhcp/common/dns.c index 1d61b827862..c57b7d0f219 100644 --- a/usr.sbin/dhcp/common/dns.c +++ b/usr.sbin/dhcp/common/dns.c @@ -48,7 +48,7 @@ #ifndef lint static char copyright[] = -"$Id: dns.c,v 1.1 1998/08/18 03:43:25 deraadt Exp $ Copyright (c) 1997 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dns.c,v 1.2 2000/11/10 15:33:13 provos Exp $ Copyright (c) 1997 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -123,7 +123,7 @@ static int skipname (label) } /* copy_out_name copies out the name appearing at the specified location - into a string, stored as fields seperated by dots rather than lengths + into a string, stored as fields separated by dots rather than lengths and labels. The length of the label-formatted name is returned. */ static int copy_out_name (base, name, buf) diff --git a/usr.sbin/dhcp/common/options.c b/usr.sbin/dhcp/common/options.c index 0935c888328..61064a97673 100644 --- a/usr.sbin/dhcp/common/options.c +++ b/usr.sbin/dhcp/common/options.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: options.c,v 1.1 1998/08/18 03:43:26 deraadt Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: options.c,v 1.2 2000/11/10 15:33:13 provos Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #define DHCP_OPTION_DATA @@ -152,7 +152,7 @@ void parse_option_buffer (packet, buffer, length) } /* cons options into a big buffer, and then split them out into the - three seperate buffers if needed. This allows us to cons up a set + three separate buffers if needed. This allows us to cons up a set of vendor options using the same routine. */ int cons_options (inpacket, outpacket, options, overload, terminate, bootpp) diff --git a/usr.sbin/dhcp/common/parse.c b/usr.sbin/dhcp/common/parse.c index 374e2b6e6ec..ca955cfa263 100644 --- a/usr.sbin/dhcp/common/parse.c +++ b/usr.sbin/dhcp/common/parse.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: parse.c,v 1.1 1998/08/18 03:43:26 deraadt Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: parse.c,v 1.2 2000/11/10 15:33:13 provos Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -280,18 +280,18 @@ void parse_lease_time (cfile, timep) } /* No BNF for numeric aggregates - that's defined by the caller. What - this function does is to parse a sequence of numbers seperated by - the token specified in seperator. If max is zero, any number of + this function does is to parse a sequence of numbers separated by + the token specified in separator. If max is zero, any number of numbers will be parsed; otherwise, exactly max numbers are expected. Base and size tell us how to internalize the numbers once they've been tokenized. */ unsigned char *parse_numeric_aggregate (cfile, buf, - max, seperator, base, size) + max, separator, base, size) FILE *cfile; unsigned char *buf; int *max; - int seperator; + int separator; int base; int size; { @@ -311,7 +311,7 @@ unsigned char *parse_numeric_aggregate (cfile, buf, do { if (count) { token = peek_token (&val, cfile); - if (token != seperator) { + if (token != separator) { if (!*max) break; if (token != RBRACE && token != LBRACE) @@ -519,10 +519,10 @@ TIME parse_date (cfile) if (tm.tm_year > 1900) tm.tm_year -= 1900; - /* Slash seperating year from month... */ + /* Slash separating year from month... */ token = next_token (&val, cfile); if (token != SLASH) { - parse_warn ("expected slash seperating year from month."); + parse_warn ("expected slash separating year from month."); if (token != SEMI) skip_to_semi (cfile); return (TIME)0; @@ -538,10 +538,10 @@ TIME parse_date (cfile) } tm.tm_mon = atoi (val) - 1; - /* Slash seperating month from day... */ + /* Slash separating month from day... */ token = next_token (&val, cfile); if (token != SLASH) { - parse_warn ("expected slash seperating month from day."); + parse_warn ("expected slash separating month from day."); if (token != SEMI) skip_to_semi (cfile); return (TIME)0; @@ -567,10 +567,10 @@ TIME parse_date (cfile) } tm.tm_hour = atoi (val); - /* Colon seperating hour from minute... */ + /* Colon separating hour from minute... */ token = next_token (&val, cfile); if (token != COLON) { - parse_warn ("expected colon seperating hour from minute."); + parse_warn ("expected colon separating hour from minute."); if (token != SEMI) skip_to_semi (cfile); return (TIME)0; @@ -586,10 +586,10 @@ TIME parse_date (cfile) } tm.tm_min = atoi (val); - /* Colon seperating minute from second... */ + /* Colon separating minute from second... */ token = next_token (&val, cfile); if (token != COLON) { - parse_warn ("expected colon seperating hour from minute."); + parse_warn ("expected colon separating hour from minute."); if (token != SEMI) skip_to_semi (cfile); return (TIME)0; diff --git a/usr.sbin/dhcp/includes/cf/sample.h b/usr.sbin/dhcp/includes/cf/sample.h index 892303b977e..e50d8b17b0e 100644 --- a/usr.sbin/dhcp/includes/cf/sample.h +++ b/usr.sbin/dhcp/includes/cf/sample.h @@ -255,13 +255,13 @@ char *strerror PROTO ((int)); /* #define HAVE_SA_LEN */ -/* Every operating system has its own way of seperating lines in a +/* Every operating system has its own way of separating lines in a sequential text file. Most modern systems use a single character, either an ASCII Newline (10) or an ASCII Carriage Return (13). The most notable exception is MS-DOS (and consequently, Windows), which uses an ASCII Carriage Return followed by a Newline to - seperate each line. Fortunately, MS-DOS C compiler libraries + separate each line. Fortunately, MS-DOS C compiler libraries typically hide this from the programmer, returning just a Newline. Define EOL to be whatever getc() returns for a newline. */ diff --git a/usr.sbin/dhcp/server/confpars.c b/usr.sbin/dhcp/server/confpars.c index c595680ce6f..14cd539949a 100644 --- a/usr.sbin/dhcp/server/confpars.c +++ b/usr.sbin/dhcp/server/confpars.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: confpars.c,v 1.1 1998/08/18 03:43:34 deraadt Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: confpars.c,v 1.2 2000/11/10 15:33:14 provos Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -1158,7 +1158,7 @@ struct lease *parse_lease_declaration (cfile) } } else { switch (token) { - /* Colon-seperated hexadecimal octets... */ + /* Colon-separated hexadecimal octets... */ case UID: seenbit = 8; token = peek_token (&val, cfile); diff --git a/usr.sbin/httpd/src/modules/experimental/mod_auth_digest.c b/usr.sbin/httpd/src/modules/experimental/mod_auth_digest.c index d22cde9d8f4..d62cd50e907 100644 --- a/usr.sbin/httpd/src/modules/experimental/mod_auth_digest.c +++ b/usr.sbin/httpd/src/modules/experimental/mod_auth_digest.c @@ -1077,7 +1077,7 @@ static client_entry *gen_client(const request_rec *r) { return NULL; } * You must implement this yourself, and will probably consist of code * contacting the password server and retrieving the hash from it. * - * TBD: This function should probably be in a seperate source file so that + * TBD: This function should probably be in a separate source file so that * people need not modify mod_auth_digest.c each time they install a new version * of apache. */ diff --git a/usr.sbin/httpd/src/modules/ssl/ssl_util_sdbm.c b/usr.sbin/httpd/src/modules/ssl/ssl_util_sdbm.c index 5ed60d05e6e..18f894e32c0 100644 --- a/usr.sbin/httpd/src/modules/ssl/ssl_util_sdbm.c +++ b/usr.sbin/httpd/src/modules/ssl/ssl_util_sdbm.c @@ -146,7 +146,7 @@ register int mode; if (file == NULL || !*file) return errno = EINVAL, (DBM *) NULL; /* - * need space for two seperate filenames + * need space for two separate filenames */ n = strlen(file) * 2 + strlen(DIRFEXT) + strlen(PAGFEXT) + 2; diff --git a/usr.sbin/named/libresolv/res_init.c b/usr.sbin/named/libresolv/res_init.c index 8629d5370e9..cbdcc2e284e 100644 --- a/usr.sbin/named/libresolv/res_init.c +++ b/usr.sbin/named/libresolv/res_init.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_init.c,v 1.3 1998/05/22 00:47:24 millert Exp $ */ +/* $OpenBSD: res_init.c,v 1.4 2000/11/10 15:33:15 provos Exp $ */ /* * ++Copyright++ 1985, 1989, 1993 @@ -60,7 +60,7 @@ static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; static char rcsid[] = "$From: res_init.c,v 8.8 1997/06/01 20:34:37 vixie Exp $"; #else -static char rcsid[] = "$OpenBSD: res_init.c,v 1.3 1998/05/22 00:47:24 millert Exp $"; +static char rcsid[] = "$OpenBSD: res_init.c,v 1.4 2000/11/10 15:33:15 provos Exp $"; #endif #endif /* LIBC_SCCS and not lint */ @@ -101,7 +101,7 @@ static char rcsid[] = "$OpenBSD: res_init.c,v 1.3 1998/05/22 00:47:24 millert Ex * "search" property. * - The sortlist comprised of IP address netmask pairs are stored as * values of the "sortlist" property. The IP address and optional netmask - * should be seperated by a slash (/) or ampersand (&) character. + * should be separated by a slash (/) or ampersand (&) character. * - Internal resolver variables can be set from the value of the "options" * property. */ diff --git a/usr.sbin/sa/main.c b/usr.sbin/sa/main.c index 8f08317118d..cad20968ab6 100644 --- a/usr.sbin/sa/main.c +++ b/usr.sbin/sa/main.c @@ -33,7 +33,7 @@ static char copright[] = "@(#) Copyright (c) 1994 Christopher G. Demetriou\n\ All rights reserved.\n"; -static char rcsid[] = "$Id: main.c,v 1.4 1999/05/24 21:24:00 deraadt Exp $"; +static char rcsid[] = "$Id: main.c,v 1.5 2000/11/10 15:33:15 provos Exp $"; #endif /* @@ -130,7 +130,7 @@ main(argc, argv) Kflag = 1; break; case 'l': - /* seperate system and user time */ + /* separate system and user time */ lflag = 1; break; case 'm': |