]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: committing
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:56:50 +0000 (11:56 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:56:50 +0000 (11:56 -0400)
src/bin/dhcp4/json_config_parser.cc
src/bin/dhcp6/json_config_parser.cc
src/lib/dhcpsrv/cfgmgr.h

index f165190a2bf4266d814ad7cee2b74d27d95d52d9..ef47da8375494118501f8f2f20b792b5d8159df5 100644 (file)
@@ -420,7 +420,7 @@ configureDhcp4Server(Dhcpv4Srv&, isc::data::ConstElementPtr config_set,
     // Revert any runtime option definitions configured so far and not committed.
     LibDHCP::revertRuntimeOptionDefs();
     // Let's set empty container in case a user hasn't specified any configuration
-    // for option definitions. This is equivalent to commiting empty container.
+    // for option definitions. This is equivalent to committing empty container.
     LibDHCP::setRuntimeOptionDefs(OptionDefSpaceContainer());
 
     // Answer will hold the result.
index 97ebfe9acb9f38673d463fe5f280bf260aea6379..671cb3e2b2a8ef1d7cd07f2e53cd743bd0f405e5 100644 (file)
@@ -615,7 +615,7 @@ configureDhcp6Server(Dhcpv6Srv&, isc::data::ConstElementPtr config_set,
     // Revert any runtime option definitions configured so far and not committed.
     LibDHCP::revertRuntimeOptionDefs();
     // Let's set empty container in case a user hasn't specified any configuration
-    // for option definitions. This is equivalent to commiting empty container.
+    // for option definitions. This is equivalent to committing empty container.
     LibDHCP::setRuntimeOptionDefs(OptionDefSpaceContainer());
 
     // This is a way to convert ConstElementPtr to ElementPtr.
index 15f57efaf6de1f7ad3ea0eaccfeb05a99e1ef17a..bf0c6e459002ff7c51d83d28a310c37bef5b6ed1 100644 (file)
@@ -123,7 +123,7 @@ public:
     /// @name Methods managing the collection of configurations.
     ///
     /// The following methods manage the process of preparing a configuration
-    /// without affecting a currently used configuration and then commiting
+    /// without affecting a currently used configuration and then committing
     /// the configuration to replace current configuration atomically.
     /// They also allow for keeping a history of previous configurations so
     /// as the @c CfgMgr can revert to the historical configuration when