From: David Hankins Date: Wed, 16 May 2007 18:27:37 +0000 (+0000) Subject: Spell 'received' correctly. X-Git-Tag: v4_0_0a1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a22eb63a21829e265d586764aa2366c90f2ae65;p=thirdparty%2Fdhcp.git Spell 'received' correctly. --- diff --git a/RELNOTES b/RELNOTES index ac86d3dcd..c87ad4e1a 100644 --- a/RELNOTES +++ b/RELNOTES @@ -298,7 +298,7 @@ the README file. - 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.