]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: should
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:33:16 +0000 (16:33 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 20:33:16 +0000 (16:33 -0400)
src/bin/agent/agent_parser.cc
src/bin/agent/tests/ca_controller_unittests.cc
src/bin/d2/d2_parser.cc
src/bin/dhcp4/dhcp4_parser.cc
src/bin/dhcp6/dhcp6_parser.cc
src/bin/perfdhcp/command_options.h
src/lib/dhcp/tests/opaque_data_tuple_unittest.cc
src/lib/eval/parser.cc

index 9d00e198fb8b120b09f9fbbaec341a34b4ec5b3f..4805cc75cc628b69565a62e6200b198f81f07fba 100644 (file)
@@ -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
       {
index ef5e590ebc7fa875fdbdd2ea7de5444c8b5038a1..566ea8d01fdc7d105bb65e09449d060ae1987347 100644 (file)
@@ -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
index b4405c679d94379406a0d3b3a95088dcbcdcb89a..44349ec1bb911dbebb72ccca8000f61b786ab116 100644 (file)
@@ -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
       {
index d01c4f88aee1e6f3bfee598b7be5e2e4d53e1715..5a8422d860a6767e6bb4abc9327372bed84b3706 100644 (file)
@@ -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
       {
index eb6205f2b2012362328df08232485225dd5d1276..f864233d49300bd57e2fc494eb68f20ec1b7261d 100644 (file)
@@ -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
       {
index d6cae48669af8e316ed743135ed25217b03cee73..8b957d3d8280212deca51624169f096d43671786 100644 (file)
@@ -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); }
index 10f4d2a6ae0885255ba54e6af8cea29e40ff6228..85cbe868b25b73261ea2c52432a5db639b625e45 100644 (file)
@@ -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());
index bf9349a55ac840feaf74914623435892442182af..f952ef31def5a4d58b60a04e3f5219fd33d5353d 100644 (file)
@@ -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
       {