From: Francis Dupont Date: Mon, 4 Sep 2017 15:32:59 +0000 (+0200) Subject: [5350] spelling X-Git-Tag: trac5073a_base~16^2~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f8b3eb80e92d2a4373a4d4cebcb7adac9d40a119;p=thirdparty%2Fkea.git [5350] spelling --- diff --git a/doc/examples/kea4/advanced.json b/doc/examples/kea4/advanced.json index 21b4914707..603df611cc 100644 --- a/doc/examples/kea4/advanced.json +++ b/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": [ { diff --git a/src/lib/dhcpsrv/subnet.cc b/src/lib/dhcpsrv/subnet.cc index b848559178..76cb0789ac 100644 --- a/src/lib/dhcpsrv/subnet.cc +++ b/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);