]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5017] Addressed two minor comments:
authorTomek Mrugalski <tomasz@isc.org>
Tue, 20 Dec 2016 21:05:57 +0000 (22:05 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 20 Dec 2016 21:05:57 +0000 (22:05 +0100)
 - removed "Linux" from advanced.json
 - corrected one typo

doc/examples/kea4/advanced.json
src/bin/dhcp4/tests/parser_unittest.cc

index 9aa81ed1045aca9ad8dffffff627e9448898f1c3..4a15f2cda3cede16038accb7bc9673bb44fe2a16 100644 (file)
@@ -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"
     },
index 684b6000bced6ac4ec47c97fa85445b2253d3c91..d39652e9fdaefcd0417e35a2ddf859dfeda1ee20 100644 (file)
@@ -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;