]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5075] spelling
authorFrancis Dupont <fdupont@isc.org>
Thu, 15 Dec 2016 20:49:33 +0000 (21:49 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 15 Dec 2016 20:49:33 +0000 (21:49 +0100)
src/bin/agent/ctrl_agent_messages.mes
src/bin/agent/tests/ctrl_agent_controller_unittests.cc

index bf9e2bba7b4fc9d5569448350aad1ac231f12fc6..db6d17e9b1aa41619356ba2c246eec9602e0b4d2 100644 (file)
@@ -11,7 +11,7 @@ This is a debug message issued when the Control Agent application
 encounters an unrecoverable error from within the event loop.
 
 % CTRL_AGENT_RUN_EXIT application is exiting the event loop
-This is a debug message issued when the Control Angent exits its
+This is a debug message issued when the Control Agent exits its
 event loop.
 
 % CTRL_AGENT_STARTED Kea Control Agent version %1 started
index 3ca2306e349c5cce008643d1814ba979d94f12b7..6ae9aa06b1b14ae6280348dadf43f71c925a7320 100644 (file)
@@ -102,7 +102,7 @@ TEST_F(CtrlAgentControllerTest, launchNormalShutdown) {
     time_duration elapsed_time;
     runWithConfig(valid_agent_config, 1000, elapsed_time);
 
-    // Give a generous margin to accomodate slower test environs.
+    // Give a generous margin to accommodate slower test environs.
     EXPECT_TRUE(elapsed_time.total_milliseconds() >= 800 &&
                 elapsed_time.total_milliseconds() <= 1300);
 }
@@ -118,7 +118,7 @@ TEST_F(CtrlAgentControllerTest, sigintShutdown) {
     runWithConfig(valid_agent_config, 1000, elapsed_time);
 
     // Signaled shutdown should make our elapsed time much smaller than
-    // the maximum run time.  Give generous margin to accomodate slow
+    // the maximum run time.  Give generous margin to accommodate slow
     // test environs.
     EXPECT_TRUE(elapsed_time.total_milliseconds() < 300);
 }
@@ -133,7 +133,7 @@ TEST_F(CtrlAgentControllerTest, sigtermShutdown) {
     runWithConfig(valid_agent_config, 1000, elapsed_time);
 
     // Signaled shutdown should make our elapsed time much smaller than
-    // the maximum run time.  Give generous margin to accomodate slow
+    // the maximum run time.  Give generous margin to accommodate slow
     // test environs.
     EXPECT_TRUE(elapsed_time.total_milliseconds() < 300);
 }