From 4394b30451216a9f1ff1be1437725a9166eba53d Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Tue, 20 Dec 2016 22:05:57 +0100 Subject: [PATCH] [5017] Addressed two minor comments: - removed "Linux" from advanced.json - corrected one typo --- doc/examples/kea4/advanced.json | 2 +- src/bin/dhcp4/tests/parser_unittest.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3