diff options
author | Shane Kerr <shane@isc.org> | 2007-01-29 10:25:55 +0000 |
---|---|---|
committer | Shane Kerr <shane@isc.org> | 2007-01-29 10:25:55 +0000 |
commit | c57db45ce9001226f23d1371199f616d60181c76 (patch) | |
tree | c3b24f24767016e64b2314bb3ee4ad26d90782ea /includes/cf | |
parent | 253c8b6ad1f0696cf631331e2ce3a6da341c240e (diff) | |
download | isc-dhcp-c57db45ce9001226f23d1371199f616d60181c76.tar.gz |
Spelling fixes. See RT ticket 16513 for details.
Diffstat (limited to 'includes/cf')
-rw-r--r-- | includes/cf/linux.h | 2 | ||||
-rw-r--r-- | includes/cf/sample.h | 4 |
2 files changed, 3 insertions, 3 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. */ |