summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-05-16 18:28:03 +0000
committerDavid Hankins <dhankins@isc.org>2007-05-16 18:28:03 +0000
commit949fef17bd67352800321665f4b5ca4f6151c740 (patch)
tree3b69141892f686a79f0d1bbfbda867a1abfa7f8d
parentaa99f597f7f4afc4f1ceb8617da0f2d7804d2a21 (diff)
downloadisc-dhcp-949fef17bd67352800321665f4b5ca4f6151c740.tar.gz
Spell 'received' correctly.
-rw-r--r--RELNOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index c9f8d767..53040fd9 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -84,7 +84,7 @@ and for prodding me into improving it.
- Assorted fixes for broken network devices: Packet length is now
determined from the IP header length field to finally calculate the
UDP payload length, because some NIC drivers return more data than
- they actually recived.
+ they actually received.
- UDP packets are now stored in aligned data structures.