Browse Source

spelling: logical

Josh Soref 7 years ago
parent
commit
1a48038e5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/d2/d2_cfg_mgr.cc

+ 1 - 1
src/bin/d2/d2_cfg_mgr.cc

@@ -350,7 +350,7 @@ D2CfgMgr::buildParams(isc::data::ConstElementPtr params_config) {
     // This populate the context scalar stores with all of the parameters.
     DCfgMgrBase::buildParams(params_config);
 
-    // Fetch the parameters in the config, performing any logcial
+    // Fetch the parameters in the config, performing any logical
     // validation required.
     asiolink::IOAddress ip_address(0);
     uint32_t port = 0;