From: Tomek Mrugalski Date: Tue, 20 Dec 2016 21:05:57 +0000 (+0100) Subject: [5017] Addressed two minor comments: X-Git-Tag: trac5088_base~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4394b30451216a9f1ff1be1437725a9166eba53d;p=thirdparty%2Fkea.git [5017] Addressed two minor comments: - removed "Linux" from advanced.json - corrected one typo --- diff --git a/doc/examples/kea4/advanced.json b/doc/examples/kea4/advanced.json index 9aa81ed104..4a15f2cda3 100644 --- a/doc/examples/kea4/advanced.json +++ b/doc/examples/kea4/advanced.json @@ -27,7 +27,7 @@ // of receiving all traffic every time and a downside of bypassing // all firewall rules and having marginally bigger performance impact. // 'udp' is generally better if you have only relayed traffic. Kea - // than opens up normal UDP socket and Linux kernel does all the + // than opens up normal UDP socket and the kernel does all the // Ethernet/IP stack processing. "dhcp-socket-type": "udp" }, diff --git a/src/bin/dhcp4/tests/parser_unittest.cc b/src/bin/dhcp4/tests/parser_unittest.cc index 684b6000bc..d39652e9fd 100644 --- a/src/bin/dhcp4/tests/parser_unittest.cc +++ b/src/bin/dhcp4/tests/parser_unittest.cc @@ -591,7 +591,7 @@ TEST(ParserTest, unicodeEscapes) { } } -// This test checks that all represenations of a slash is recognized properly. +// This test checks that all representations of a slash is recognized properly. TEST(ParserTest, unicodeSlash) { // check the 4 possible encodings of solidus '/' ConstElementPtr result;