diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-07-23 22:33:16 +0200 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-07-23 22:33:16 +0200 |
commit | c20efb697dd807f098f5e9038506360cae14b4e1 (patch) | |
tree | d1f7fe30f699c0b64db796bff543961f4f302a79 | |
parent | spelling: setting (diff) | |
download | kea-c20efb697dd807f098f5e9038506360cae14b4e1.tar.xz kea-c20efb697dd807f098f5e9038506360cae14b4e1.zip |
spelling: should
-rw-r--r-- | src/bin/agent/agent_parser.cc | 2 | ||||
-rw-r--r-- | src/bin/agent/tests/ca_controller_unittests.cc | 4 | ||||
-rw-r--r-- | src/bin/d2/d2_parser.cc | 2 | ||||
-rw-r--r-- | src/bin/dhcp4/dhcp4_parser.cc | 2 | ||||
-rw-r--r-- | src/bin/dhcp6/dhcp6_parser.cc | 2 | ||||
-rw-r--r-- | src/bin/perfdhcp/command_options.h | 2 | ||||
-rw-r--r-- | src/lib/dhcp/tests/opaque_data_tuple_unittest.cc | 2 | ||||
-rw-r--r-- | src/lib/eval/parser.cc | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/src/bin/agent/agent_parser.cc b/src/bin/agent/agent_parser.cc index 9d00e198fb..4805cc75cc 100644 --- a/src/bin/agent/agent_parser.cc +++ b/src/bin/agent/agent_parser.cc @@ -490,7 +490,7 @@ namespace isc { namespace agent { /// The return value of parse (). int yyresult; - // FIXME: This shoud be completely indented. It is not yet to + // FIXME: This should be completely indented. It is not yet to // avoid gratuitous conflicts when merging into the master branch. try { diff --git a/src/bin/agent/tests/ca_controller_unittests.cc b/src/bin/agent/tests/ca_controller_unittests.cc index ef5e590ebc..566ea8d01f 100644 --- a/src/bin/agent/tests/ca_controller_unittests.cc +++ b/src/bin/agent/tests/ca_controller_unittests.cc @@ -436,7 +436,7 @@ TEST_F(CtrlAgentControllerTest, registeredCommands) { // code as CtrlAgentController is not initialized the same way it is // in production code. In particular, the way CtrlAgentController // is initialized in tests does not call registerCommands(). - // This is a crude workaround for this problem. Proper solution shoul + // This is a crude workaround for this problem. Proper solution should // be developed sooner rather than later. const DControllerBasePtr& base = getController(); const CtrlAgentControllerPtr& ctrl = @@ -466,7 +466,7 @@ TEST_F(CtrlAgentControllerTest, configWrite) { // code as CtrlAgentController is not initialized the same way it is // in production code. In particular, the way CtrlAgentController // is initialized in tests does not call registerCommands(). - // This is a crude workaround for this problem. Proper solution shoul + // This is a crude workaround for this problem. Proper solution should // be developed sooner rather than later. const DControllerBasePtr& base = getController(); const CtrlAgentControllerPtr& ctrl diff --git a/src/bin/d2/d2_parser.cc b/src/bin/d2/d2_parser.cc index b4405c679d..44349ec1bb 100644 --- a/src/bin/d2/d2_parser.cc +++ b/src/bin/d2/d2_parser.cc @@ -490,7 +490,7 @@ namespace isc { namespace d2 { /// The return value of parse (). int yyresult; - // FIXME: This shoud be completely indented. It is not yet to + // FIXME: This should be completely indented. It is not yet to // avoid gratuitous conflicts when merging into the master branch. try { diff --git a/src/bin/dhcp4/dhcp4_parser.cc b/src/bin/dhcp4/dhcp4_parser.cc index d01c4f88ae..5a8422d860 100644 --- a/src/bin/dhcp4/dhcp4_parser.cc +++ b/src/bin/dhcp4/dhcp4_parser.cc @@ -535,7 +535,7 @@ namespace isc { namespace dhcp { /// The return value of parse (). int yyresult; - // FIXME: This shoud be completely indented. It is not yet to + // FIXME: This should be completely indented. It is not yet to // avoid gratuitous conflicts when merging into the master branch. try { diff --git a/src/bin/dhcp6/dhcp6_parser.cc b/src/bin/dhcp6/dhcp6_parser.cc index eb6205f2b2..f864233d49 100644 --- a/src/bin/dhcp6/dhcp6_parser.cc +++ b/src/bin/dhcp6/dhcp6_parser.cc @@ -535,7 +535,7 @@ namespace isc { namespace dhcp { /// The return value of parse (). int yyresult; - // FIXME: This shoud be completely indented. It is not yet to + // FIXME: This should be completely indented. It is not yet to // avoid gratuitous conflicts when merging into the master branch. try { diff --git a/src/bin/perfdhcp/command_options.h b/src/bin/perfdhcp/command_options.h index d6cae48669..8b957d3d82 100644 --- a/src/bin/perfdhcp/command_options.h +++ b/src/bin/perfdhcp/command_options.h @@ -272,7 +272,7 @@ public: /// \return true if server-iD to be taken from first package. bool isUseFirst() const { return use_first_; } - /// \brief Check if generated DHCPv6 messages shuold appear as relayed. + /// \brief Check if generated DHCPv6 messages should appear as relayed. /// /// \return true if generated traffic should appear as relayed. bool isUseRelayedV6() const { return (v6_relay_encapsulation_level_ > 0); } diff --git a/src/lib/dhcp/tests/opaque_data_tuple_unittest.cc b/src/lib/dhcp/tests/opaque_data_tuple_unittest.cc index 10f4d2a6ae..85cbe868b2 100644 --- a/src/lib/dhcp/tests/opaque_data_tuple_unittest.cc +++ b/src/lib/dhcp/tests/opaque_data_tuple_unittest.cc @@ -417,7 +417,7 @@ TEST(OpaqueDataTuple, unpack2Byte) { for (int i = 0; i < 400; ++i) { wire_data.push_back(i); } - // The unpack shoud succeed. + // The unpack should succeed. ASSERT_NO_THROW(tuple.unpack(wire_data.begin(), wire_data.end())); // The decoded length should be 400. ASSERT_EQ(400, tuple.getLength()); diff --git a/src/lib/eval/parser.cc b/src/lib/eval/parser.cc index bf9349a55a..f952ef31de 100644 --- a/src/lib/eval/parser.cc +++ b/src/lib/eval/parser.cc @@ -586,7 +586,7 @@ namespace isc { namespace eval { /// The return value of parse (). int yyresult; - // FIXME: This shoud be completely indented. It is not yet to + // FIXME: This should be completely indented. It is not yet to // avoid gratuitous conflicts when merging into the master branch. try { |