summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorShane Kerr <shane@isc.org>2007-01-29 10:30:21 +0000
committerShane Kerr <shane@isc.org>2007-01-29 10:30:21 +0000
commit4d3b06b208294a383525b307416e1cca616a3138 (patch)
treedfcbfd3e663766c09681308f38282c1814485b02 /includes
parent7612b9c33659dee42d0e682d6c855cad2b05dce6 (diff)
downloadisc-dhcp-4d3b06b208294a383525b307416e1cca616a3138.tar.gz
Spelling fixes. See RT ticket 16513 for details.
Diffstat (limited to 'includes')
-rw-r--r--includes/cf/linux.h2
-rw-r--r--includes/cf/sample.h4
-rw-r--r--includes/dhcpd.h2
-rw-r--r--includes/failover.h2
-rw-r--r--includes/tree.h2
5 files changed, 6 insertions, 6 deletions
diff --git a/includes/cf/linux.h b/includes/cf/linux.h
index 1028a9ca..ad2c9790 100644
--- a/includes/cf/linux.h
+++ b/includes/cf/linux.h
@@ -79,7 +79,7 @@ extern int h_errno;
in /var/state/misc - indeed, given that there's only one lease file, it
would probably be better. However, I have some ideas for optimizing
the lease database that may result in a _lot_ of smaller files being
- created, so in that context it makes more sense to have a seperate
+ created, so in that context it makes more sense to have a separate
directory. */
#ifndef _PATH_DHCPD_DB
diff --git a/includes/cf/sample.h b/includes/cf/sample.h
index 0f793184..deea3ec4 100644
--- a/includes/cf/sample.h
+++ b/includes/cf/sample.h
@@ -256,13 +256,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/includes/dhcpd.h b/includes/dhcpd.h
index 9c5cd71b..d77f507b 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -285,7 +285,7 @@ struct option_tag {
/* An agent option structure. We need a special structure for the
Relay Agent Information option because if more than one appears in
- a message, we have to keep them seperate. */
+ a message, we have to keep them separate. */
struct agent_options {
struct agent_options *next;
diff --git a/includes/failover.h b/includes/failover.h
index 16e3b3e9..00409bf9 100644
--- a/includes/failover.h
+++ b/includes/failover.h
@@ -304,7 +304,7 @@ enum failover_state {
/* Service states are simplifications of failover states, particularly
useful because the startup state isn't actually implementable as a
- seperate failover state without maintaining a state stack. */
+ separate failover state without maintaining a state stack. */
enum service_state {
unknown_service_state,
diff --git a/includes/tree.h b/includes/tree.h
index 1a398822..e13952e5 100644
--- a/includes/tree.h
+++ b/includes/tree.h
@@ -238,7 +238,7 @@ struct expression {
struct {
struct expression *base;
struct expression *width;
- struct expression *seperator;
+ struct expression *separator;
struct expression *buffer;
} b2a;
struct {