]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: content
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:03:57 +0000 (12:03 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:03:57 +0000 (12:03 -0400)
src/bin/agent/agent_parser.yy
src/bin/dhcp4/dhcp4_srv.h
src/bin/dhcp6/dhcp6_srv.h

index fb69b4e685d399603eea1daa1f12b71b101e556c..592a3228c246303716ac7410d0c95ff2cbdc69d2 100644 (file)
@@ -116,7 +116,7 @@ start: START_JSON      { ctx.ctx_ = ctx.NO_KEYWORDS; } json
 // expected by full grammar, we can tell the parser to start from content of
 // the Control-agent. This is very useful for unit-testing, so we don't need
 // to repeat the outer map and "Control-agent" map. We can simply provide
-// the concents of that map.
+// the contents of that map.
 sub_agent: LCURLY_BRACKET {
     // Parse the Control-agent map
     ElementPtr m(new MapElement(ctx.loc2pos(@1)));
index 607447cb6c36128c467c715a3214cd3ffd133a7d..c2eec9b0de1c2444dcb5884da6eedacc5e0d07bb 100644 (file)
@@ -582,7 +582,7 @@ protected:
     /// server's response.
     void processClientName(Dhcpv4Exchange& ex);
 
-    /// @brief this is a prefix added to the contend of vendor-class option
+    /// @brief this is a prefix added to the content of vendor-class option
     ///
     /// If incoming packet has a vendor class option, its content is
     /// prepended with this prefix and then interpreted as a class.
index c480a10f47598102f7a3d4dd72cae2f60eae543b..6e469f91426d56abdc8edb847c16754f42f09c01 100644 (file)
@@ -689,7 +689,7 @@ protected:
     /// @param [out] ctx reference to context object to be initialized.
     void initContext(const Pkt6Ptr& pkt, AllocEngine::ClientContext6& ctx);
 
-    /// @brief this is a prefix added to the contend of vendor-class option
+    /// @brief this is a prefix added to the content of vendor-class option
     ///
     /// If incoming packet has a vendor class option, its content is
     /// prepended with this prefix and then interpreted as a class.