]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_1_esv] Fixed typo in release notes
authorThomas Markwalder <tmark@isc.org>
Thu, 24 Sep 2015 11:07:24 +0000 (07:07 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 24 Sep 2015 11:07:24 +0000 (07:07 -0400)
RELNOTES

index 2d73313f4589c69d5d6f6c1a57c68fba6b545351..e97fdb82b270a164f10cf08a7899687be1aebee9 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -65,7 +65,7 @@ by Eric Young (eay@cryptsoft.com).
   patches to address them.
   [ISC-Bugs #40754]
 
-- The linux packet fitler code now correctly treats only least significant
+- The linux packet filter code now correctly treats only least significant
   12 bits an inbound packet's TCI value as the VLAN id (per IEEE 802.1Q).
   Prior to this it was using the entire 16 bit value as the VLAN id and
   incorrectly discarding packets.  Thanks to Jiri Popelka at Red Hat for