summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/pax/options.c2
-rw-r--r--contrib/telnet/telnet/telnet.c2
-rw-r--r--contrib/telnet/telnetd/termstat.c2
-rw-r--r--crypto/telnet/telnet/telnet.c2
-rw-r--r--crypto/telnet/telnetd/termstat.c2
-rw-r--r--games/fortune/strfile/strfile.c2
-rw-r--r--games/trek/main.c2
-rw-r--r--include/rpcsvc/nis.x2
-rw-r--r--lib/libc/posix1e/cap_text.c2
-rw-r--r--lib/libposix1e/cap_text.c2
-rw-r--r--lib/libutil/login_cap.c4
-rw-r--r--libexec/telnetd/termstat.c2
-rw-r--r--release/texts/alpha/HARDWARE.TXT4
-rw-r--r--release/texts/alpha/RELNOTES.TXT2
-rw-r--r--release/texts/i386/RELNOTES.TXT2
-rw-r--r--sbin/atm/ilmid/ilmid.c6
-rw-r--r--share/man/man4/cd.42
-rw-r--r--share/man/man5/periodic.conf.52
-rw-r--r--sys/alpha/osf1/osf1_misc.c2
19 files changed, 23 insertions, 23 deletions
diff --git a/bin/pax/options.c b/bin/pax/options.c
index ec274d1..8d1d758 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 36d1d21..45df4ed 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 46b20ff..e94720c 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 36d1d21..45df4ed 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 46b20ff..e94720c 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 764835b..e9a3e2f 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 bf15807..cd06f46 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 0770d68..748caf6 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 9748a2c..367ff20 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 9748a2c..367ff20 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 b7528b9..dc93e28 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 <str> seperated by any of
+ * Turn a simple string <str> separated by any of
* the set of <chars> 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 ee90344..c3a9609 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 a2aaa78b..3f11da5 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 0a8820a..f17d44d 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 46f33c5..b4cf9d6 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 324c13e..c6fad77 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 720b8e3..ebf46f0 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 20ff45c..1aba0a6 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 13c835b..e6cc37c 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
OpenPOWER on IntegriCloud