diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-04-21 21:27:51 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-04-21 21:27:51 +0000 |
commit | b6a78226098fa7ced186c6ca8544c7ee20ed0e96 (patch) | |
tree | ab837ad505d66e6f7f00e5ff015ca85898d72c9a /usr.sbin/dhcp/common | |
parent | bebe6f6da6cf074a7602b3e60d844c52dd2a9353 (diff) |
seperate -> separate, people really need to learn how to spell this word
Diffstat (limited to 'usr.sbin/dhcp/common')
-rw-r--r-- | usr.sbin/dhcp/common/dhcp-options.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcp/common/dhcp-options.5 b/usr.sbin/dhcp/common/dhcp-options.5 index eb90ed6eac9..52d9813f5f1 100644 --- a/usr.sbin/dhcp/common/dhcp-options.5 +++ b/usr.sbin/dhcp/common/dhcp-options.5 @@ -100,7 +100,7 @@ The .B data-string data type specifies either an NVT ASCII string enclosed in double quotes, or a series of octets specified in -hexadecimal, seperated by colons. For example: +hexadecimal, separated by colons. For example: .nf .sp 1 option client-identifier "CLIENT-FOO"; @@ -113,7 +113,7 @@ from the latest IETF draft document on DHCP options. Options which are not listed by name may be defined by the name option-\fInnn\fR, where \fInnn\fI is the decimal number of the option code. These options may be followed either by a string, enclosed in quotes, or by -a series of octets, expressed as two-digit hexadecimal numbers seperated +a series of octets, expressed as two-digit hexadecimal numbers separated by colons. For example: .PP .nf |