From 9a01d32bfda2e5b622dab39c39ef042921865b0a Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok van der Werven Date: Tue, 6 Feb 2001 10:39:38 +0000 Subject: [PATCH] Fix typo: seperate -> separate. Seperate does not exist in the english language. Submitted to look at by: kris --- bin/pax/options.c | 2 +- contrib/telnet/telnet/telnet.c | 2 +- contrib/telnet/telnetd/termstat.c | 2 +- crypto/telnet/telnet/telnet.c | 2 +- crypto/telnet/telnetd/termstat.c | 2 +- games/fortune/strfile/strfile.c | 2 +- games/trek/main.c | 2 +- include/rpcsvc/nis.x | 2 +- lib/libc/posix1e/cap_text.c | 2 +- lib/libposix1e/cap_text.c | 2 +- lib/libutil/login_cap.c | 4 ++-- libexec/telnetd/termstat.c | 2 +- release/texts/alpha/HARDWARE.TXT | 4 ++-- release/texts/alpha/RELNOTES.TXT | 2 +- release/texts/i386/RELNOTES.TXT | 2 +- sbin/atm/ilmid/ilmid.c | 6 +++--- share/man/man4/cd.4 | 2 +- share/man/man5/periodic.conf.5 | 2 +- sys/alpha/osf1/osf1_misc.c | 2 +- 19 files changed, 23 insertions(+), 23 deletions(-) diff --git a/bin/pax/options.c b/bin/pax/options.c index ec274d13acf3..8d1d758f1ca2 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -970,7 +970,7 @@ opt_add(str) * 4) A positive decimal number followed by a m (mult by 512). * 5) A positive decimal number followed by a w (mult by sizeof int) * 6) Two or more positive decimal numbers (with/without k,b or w). - * seperated by x (also * for backwards compatibility), specifying + * separated by x (also * for backwards compatibility), specifying * the product of the indicated values. * Return: * 0 for an error, a positive value o.w. diff --git a/contrib/telnet/telnet/telnet.c b/contrib/telnet/telnet/telnet.c index 36d1d21ebdb4..45df4ed00069 100644 --- a/contrib/telnet/telnet/telnet.c +++ b/contrib/telnet/telnet/telnet.c @@ -626,7 +626,7 @@ dontoption(option) /* * Given a buffer returned by tgetent(), this routine will turn - * the pipe seperated list of names in the buffer into an array + * the pipe separated list of names in the buffer into an array * of pointers to null terminated names. We toss out any bad, * duplicate, or verbose names (names with spaces). */ diff --git a/contrib/telnet/telnetd/termstat.c b/contrib/telnet/telnetd/termstat.c index 46b20ffb2cc0..e94720c03dba 100644 --- a/contrib/telnet/telnetd/termstat.c +++ b/contrib/telnet/telnetd/termstat.c @@ -580,7 +580,7 @@ clientstat(code, parm1, parm2) /* * Change terminal speed as requested by client. * We set the receive speed first, so that if we can't - * store seperate receive and transmit speeds, the transmit + * store separate receive and transmit speeds, the transmit * speed will take precedence. */ tty_rspeed(parm2); diff --git a/crypto/telnet/telnet/telnet.c b/crypto/telnet/telnet/telnet.c index 36d1d21ebdb4..45df4ed00069 100644 --- a/crypto/telnet/telnet/telnet.c +++ b/crypto/telnet/telnet/telnet.c @@ -626,7 +626,7 @@ dontoption(option) /* * Given a buffer returned by tgetent(), this routine will turn - * the pipe seperated list of names in the buffer into an array + * the pipe separated list of names in the buffer into an array * of pointers to null terminated names. We toss out any bad, * duplicate, or verbose names (names with spaces). */ diff --git a/crypto/telnet/telnetd/termstat.c b/crypto/telnet/telnetd/termstat.c index 46b20ffb2cc0..e94720c03dba 100644 --- a/crypto/telnet/telnetd/termstat.c +++ b/crypto/telnet/telnetd/termstat.c @@ -580,7 +580,7 @@ clientstat(code, parm1, parm2) /* * Change terminal speed as requested by client. * We set the receive speed first, so that if we can't - * store seperate receive and transmit speeds, the transmit + * store separate receive and transmit speeds, the transmit * speed will take precedence. */ tty_rspeed(parm2); diff --git a/games/fortune/strfile/strfile.c b/games/fortune/strfile/strfile.c index 764835bfd78c..e9a3e2f08c5b 100644 --- a/games/fortune/strfile/strfile.c +++ b/games/fortune/strfile/strfile.c @@ -62,7 +62,7 @@ static const char rcsid[] = # include "strfile.h" /* - * This program takes a file composed of strings seperated by + * This program takes a file composed of strings separated by * lines starting with two consecutive delimiting character (default * character is '%') and creates another file which consists of a table * describing the file (structure from "strfile.h"), a table of seek diff --git a/games/trek/main.c b/games/trek/main.c index bf1580731cf7..cd06f46377e3 100644 --- a/games/trek/main.c +++ b/games/trek/main.c @@ -129,7 +129,7 @@ int Mother = 51 + (51 << 8); ** ** Many things in trek are not as clear as they might be, but are ** done to reduce space. I compile with the -f and -O flags. I -** am constrained to running with non-seperated I/D space, since +** am constrained to running with non-separated I/D space, since ** we don't have doubleing point hardware here; even if we did, I ** would like trek to be available to the large number of people ** who either have an 11/40 or do not have FP hardware. I also diff --git a/include/rpcsvc/nis.x b/include/rpcsvc/nis.x index 0770d6854424..748caf64b5fb 100644 --- a/include/rpcsvc/nis.x +++ b/include/rpcsvc/nis.x @@ -278,7 +278,7 @@ struct fd_result { * info. This includes the appropriate file which was generated by * make in the protocols directory (probably /usr/include/rpcsvc). * - * Uhm... guys? With RPC, you aren't supposed to have seperate + * Uhm... guys? With RPC, you aren't supposed to have separate * server-specific and client-specific header files. You have one header * file that's suitable for both. If your code doesn't work using just * the one header file, I submit to you that it's broken. diff --git a/lib/libc/posix1e/cap_text.c b/lib/libc/posix1e/cap_text.c index 9748a2c6cb4b..367ff2068bcf 100644 --- a/lib/libc/posix1e/cap_text.c +++ b/lib/libc/posix1e/cap_text.c @@ -424,7 +424,7 @@ cap_from_text(const char *buf_p) /* * clase [SEP clause [SEP clause ...]] - * Split into "clauses", which are seperated by a : or whitespace. + * Split into "clauses", which are separated by a : or whitespace. * * clause = [caplist]actionlist * caplist = capabilityname[,capabilityname[, ...]] diff --git a/lib/libposix1e/cap_text.c b/lib/libposix1e/cap_text.c index 9748a2c6cb4b..367ff2068bcf 100644 --- a/lib/libposix1e/cap_text.c +++ b/lib/libposix1e/cap_text.c @@ -424,7 +424,7 @@ cap_from_text(const char *buf_p) /* * clase [SEP clause [SEP clause ...]] - * Split into "clauses", which are seperated by a : or whitespace. + * Split into "clauses", which are separated by a : or whitespace. * * clause = [caplist]actionlist * caplist = capabilityname[,capabilityname[, ...]] diff --git a/lib/libutil/login_cap.c b/lib/libutil/login_cap.c index b7528b99efc2..dc93e2825a2c 100644 --- a/lib/libutil/login_cap.c +++ b/lib/libutil/login_cap.c @@ -94,7 +94,7 @@ allocarray(size_t sz) /* * arrayize() - * Turn a simple string seperated by any of + * Turn a simple string separated by any of * the set of into an array. The last element * of the array will be NULL, as is proper. * Free using freearraystr() @@ -779,7 +779,7 @@ login_getstyle(login_cap_t *lc, char *style, const char *auth) authtypes = defauthtypes; /* - * We have at least one authtype now; auths is a comma-seperated + * We have at least one authtype now; auths is a comma-separated * (or space-separated) list of authentication types. We have to * convert from this to an array of char*'s; authtypes then gets this. */ diff --git a/libexec/telnetd/termstat.c b/libexec/telnetd/termstat.c index ee9034413223..c3a96094ce68 100644 --- a/libexec/telnetd/termstat.c +++ b/libexec/telnetd/termstat.c @@ -557,7 +557,7 @@ clientstat(code, parm1, parm2) /* * Change terminal speed as requested by client. * We set the receive speed first, so that if we can't - * store seperate receive and transmit speeds, the transmit + * store separate receive and transmit speeds, the transmit * speed will take precedence. */ tty_rspeed(parm2); diff --git a/release/texts/alpha/HARDWARE.TXT b/release/texts/alpha/HARDWARE.TXT index a2aaa78ba9fe..3f11da588457 100644 --- a/release/texts/alpha/HARDWARE.TXT +++ b/release/texts/alpha/HARDWARE.TXT @@ -1449,7 +1449,7 @@ Rawhide has an embedded Symbios 810 Fast SCSI bus. Expansion: Rawhides are available with a 8 64-bit PCI / 3 EISA slot expansion backplanes -(called 'Saddle' modules). There are 2 seperate PCI buses, PCI0 and PCI1. +(called 'Saddle' modules). There are 2 separate PCI buses, PCI0 and PCI1. PCI0 has 1 dedicated PCI slot and (shared) 3 PCI/EISA slots. PCI0 also has a PCI/EISA bridge that drives things like the serial and parallel ports, keyboard/mouse etc. PCI1 has 4 PCI slots and an Symbios 810 SCSI chip. VGA @@ -1513,7 +1513,7 @@ AS1200 has an embedded Symbios 810 Fast SCSI bus. Expansion: AS1200 has 5 64-bit PCI slots, one 1 32-bit PCI slot and one EISA slot (which is physically shared with one of the 64-bit PCI slots). -There are 2 seperate PCI buses, PCI0 and PCI1. PCI0 has the 32-bit PCI +There are 2 separate PCI buses, PCI0 and PCI1. PCI0 has the 32-bit PCI slot and the 2 top-most 64-bit PCI slots. PCI0 also has an Intel 82375EB PCI/EISA bridge that drives things like the serial and parallel ports, keyboard/mouse etc. PCI1 has 4 64-bit PCI slots and an Symbios 810 SCSI chip. diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 0a8820a8e0f7..f17d44d1770f 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -211,7 +211,7 @@ The vinum(4) volume manager has received some bugfixes and enhancements. ICMP ECHO and TSTAMP replies are now rate limited. TCP RSTs generated due to packets sent to open and unopen ports are now limited by -seperate counters. Each rate limiting queue now has its own +separate counters. Each rate limiting queue now has its own description. ICMP UNREACH_FILTER_PROHIB messages can now RST TCP connections, as diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 46f33c5c6935..b4cf9d6862ef 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -281,7 +281,7 @@ The vinum(4) volume manager has received some bugfixes and enhancements. ICMP ECHO and TSTAMP replies are now rate limited. TCP RSTs generated due to packets sent to open and unopen ports are now limited by -seperate counters. Each rate limiting queue now has its own +separate counters. Each rate limiting queue now has its own description. ICMP UNREACH_FILTER_PROHIB messages can now RST TCP connections, as diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c index 324c13e36139..c6fad77d4e09 100644 --- a/sbin/atm/ilmid/ilmid.c +++ b/sbin/atm/ilmid/ilmid.c @@ -393,9 +393,9 @@ hexdump ( bp, len ) int i, j; /* - * Print as 4 groups of four bytes. Each byte seperated - * by space, each block of four seperated, and two blocks` - * of eight also seperated. + * Print as 4 groups of four bytes. Each byte separated + * by space, each block of four separated, and two blocks` + * of eight also separated. */ for ( i = 0; i < len; i += 16 ) { if ( Log ) diff --git a/share/man/man4/cd.4 b/share/man/man4/cd.4 index 720b8e3ac2ec..ebf46f069be5 100644 --- a/share/man/man4/cd.4 +++ b/share/man/man4/cd.4 @@ -364,7 +364,7 @@ drives; however, this is not yet under way. .Sh CHANGER OPERATION This driver has built-in support for LUN-based CD changers. A LUN-based CD changer is a drive that can hold two or more CDs, but only has one CD -player mechanism. Each CD in the drive shows up as a seperate logical unit +player mechanism. Each CD in the drive shows up as a separate logical unit on the .Tn SCSI bus. The diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5 index 20ff45c876ce..1aba0a647665 100644 --- a/share/man/man5/periodic.conf.5 +++ b/share/man/man5/periodic.conf.5 @@ -64,7 +64,7 @@ is not an absolute directory name. the directory .Ar dir . If this variable is set to an absolute path name, output is logged to -that file, otherwise it is taken as one or more space seperated email +that file, otherwise it is taken as one or more space separated email addresses and mailed to those users. If this variable is not set or is empty, output is sent to standard output. .Pp diff --git a/sys/alpha/osf1/osf1_misc.c b/sys/alpha/osf1/osf1_misc.c index 13c835b729a8..e6cc37cff10d 100644 --- a/sys/alpha/osf1/osf1_misc.c +++ b/sys/alpha/osf1/osf1_misc.c @@ -106,7 +106,7 @@ static const char osf1_emul_path[] = "/compat/osf1"; /* * [ taken from the linux emulator ] * Search an alternate path before passing pathname arguments on - * to system calls. Useful for keeping a seperate 'emulation tree'. + * to system calls. Useful for keeping a separate 'emulation tree'. * * If cflag is set, we check if an attempt can be made to create * the named file, i.e. we check if the directory it should