Browse Source

[5350] spelling

Francis Dupont 7 years ago
parent
commit
f8b3eb80e9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      doc/examples/kea4/advanced.json
  2. 1 1
      src/lib/dhcpsrv/subnet.cc

+ 1 - 1
doc/examples/kea4/advanced.json

@@ -84,7 +84,7 @@
     // explanation is user-context. This is a structure that you can define
     // in subnets and pools. It is parsed by Kea, but not used directly.
     // It is intended to keep anything you may want to put there - comments,
-    // extra designations, floor or depatment names etc. This structures
+    // extra designations, floor or department names etc. These structures
     // will be made available to Kea hooks.
     "subnet4": [
         {

+ 1 - 1
src/lib/dhcpsrv/subnet.cc

@@ -542,7 +542,7 @@ Subnet::toElement() const {
     ConstCfgOptionPtr opts = getCfgOption();
     map->set("option-data", opts->toElement());
 
-    // Add user-context, but only if  defined. Omit if it was not.
+    // Add user-context, but only if defined. Omit if it was not.
     ConstElementPtr ctx = getContext();
     if (ctx) {
         map->set("user-context", ctx);