]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: configuration
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:58:09 +0000 (11:58 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:58:09 +0000 (11:58 -0400)
compatcheck/README
src/bin/agent/ca_cfg_mgr.h
src/bin/agent/tests/ca_controller_unittests.cc
src/bin/keactrl/kea.conf.pre
src/lib/dhcpsrv/cfg_host_operations.h
src/lib/dhcpsrv/daemon.h
src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc
src/lib/dhcpsrv/tests/host_mgr_unittest.cc

index 8381e60ae86675b385fb44f951119941080a8333..3c07c37869e33c3c3b2a84880b6297d94c88e11b 100644 (file)
@@ -1,5 +1,5 @@
 This directory is a collection of compatibility checker programs.
 They will be run before any other installation attempts on 'make install'
 to see if the installation causes any substantial compatibility problems
-with existing configuratons.  If any checker program finds an issue,
+with existing configurations.  If any checker program finds an issue,
 'make install' will stop at that point.
index 4e7c5afe3d0f004809c16b1cdd3092bffd2413ef..f69b2fde4830c71c67c6d15ca37cc1becbfd2f61 100644 (file)
@@ -186,7 +186,7 @@ protected:
     ///
     /// @param config Pointer to a configuration specified for the agent.
     /// @param check_only Boolean flag indicating if this method should
-    /// only verify correctness of the provided conifiguration.
+    /// only verify correctness of the provided configuration.
     /// @return Pointer to a result of configuration parsing.
     virtual isc::data::ConstElementPtr
     parse(isc::data::ConstElementPtr config, bool check_only);
index 8090f89c174a9726facf781ba047bf687e9bbae0..ef5e590ebc7fa875fdbdd2ea7de5444c8b5038a1 100644 (file)
@@ -270,7 +270,7 @@ TEST_F(CtrlAgentControllerTest, sigtermShutdown) {
 
 // Tests that the sockets settings are updated upon successful reconfiguration.
 TEST_F(CtrlAgentControllerTest, successfulConfigUpdate) {
-    // This configuration should be used to override the initial conifguration.
+    // This configuration should be used to override the initial configuration.
     const char* second_config =
         "{"
         "  \"http-host\": \"127.0.0.1\","
@@ -378,7 +378,7 @@ TEST_F(CtrlAgentControllerTest, unsuccessfulConfigUpdate) {
 // listener configuration remains the same. The server should continue using the
 // listener instance it has been using prior to the reconfiguration.
 TEST_F(CtrlAgentControllerTest, noListenerChange) {
-    // This configuration should be used to override the initial conifguration.
+    // This configuration should be used to override the initial configuration.
     const char* second_config =
         "{"
         "  \"http-host\": \"127.0.0.1\","
index cebffb18fbd63c74c6bdd2f26ec2f5d062e263ba..d1c43085b99e9a279203a84a4ab602579d97ce33 100644 (file)
   "reverse-ddns" : {}
 },
 
-// This is a basic configuraton for the Kea Control Agent.
+// This is a basic configuration for the Kea Control Agent.
 // RESTful interface to be available at http://127.0.0.1:8080/
 "Control-agent": {
     "http-host": "127.0.0.1",
index 10ea321c19f76da283bb7fd62ec622eaa90e088a..ae9f65831e3d2be7eb98f6bf2e7b0ab1ca1a4f2f 100644 (file)
@@ -48,7 +48,7 @@ public:
 
     /// @brief Constructor.
     ///
-    /// The default confguration:
+    /// The default configuration:
     /// - no identifiers selected for host reservations searches.
     CfgHostOperations();
 
index 6ef61ddb01c8e912c8d9acd85fc8510221cce6b0..9ffe467bcfe994fb882292d18d265218f1fd07a4 100644 (file)
@@ -149,7 +149,7 @@ public:
     /// @param config_file name of the file to write the configuration to
     /// @param cfg configuration to write (optional)
     /// @return number of files written
-    /// @throw Unexpected if CfgMgr can't retrieve configuation or file cannot
+    /// @throw Unexpected if CfgMgr can't retrieve configuration or file cannot
     ///                   be written
     virtual size_t
     writeConfigFile(const std::string& config_file,
index 555d87f5d777d240e82ec9d52b0442401d570e4a..6f1438a0442da1ba1cff17e3a34e89226f9c99dd 100644 (file)
@@ -1242,7 +1242,7 @@ TEST_F(ParseConfigTest, optionDataMinimal) {
 
 // This test verifies that the option data configuration with a minimal
 // set of parameters works as expected when option definition is
-// created in the configruation file.
+// created in the configuration file.
 TEST_F(ParseConfigTest, optionDataMinimalWithOptionDef) {
     // Configuration string.
     std::string config =
index 5ddeb48d90734656fc2c05ad6bcd9cc743b51679..1f7cc680f597e892dc6d39db31b267ac55af2a45 100644 (file)
@@ -444,7 +444,7 @@ MySQLHostMgrTest::TearDown() {
 }
 
 // This test verifies that reservations for a particular client can
-// be retrieved from the confguration file and a database simultaneously.
+// be retrieved from the configuration file and a database simultaneously.
 TEST_F(MySQLHostMgrTest, getAll) {
     testGetAll(*getCfgHosts(), HostMgr::instance());
 }
@@ -521,7 +521,7 @@ PostgreSQLHostMgrTest::TearDown() {
 }
 
 // This test verifies that reservations for a particular client can
-// be retrieved from the confguration file and a database simultaneously.
+// be retrieved from the configuration file and a database simultaneously.
 TEST_F(PostgreSQLHostMgrTest, getAll) {
     testGetAll(*getCfgHosts(), HostMgr::instance());
 }