]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5350] spelling
authorFrancis Dupont <fdupont@isc.org>
Mon, 4 Sep 2017 15:32:59 +0000 (17:32 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 4 Sep 2017 15:32:59 +0000 (17:32 +0200)
doc/examples/kea4/advanced.json
src/lib/dhcpsrv/subnet.cc

index 21b49147077e14546ba1543845c07ed1f8a74a02..603df611ccc274463c53b76d71bce3a82af85cb5 100644 (file)
@@ -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": [
         {
index b848559178cfe3cf6d5b164950c9b91011d3289e..76cb0789ace73246e0fd2b97c36fdc68282c9ed1 100644 (file)
@@ -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);