From: Josh Soref Date: Sun, 23 Jul 2017 16:03:57 +0000 (-0400) Subject: spelling: content X-Git-Tag: trac5124a_base~35^2~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd9a49e841e11454c6f4c8b1b3473b8a7f9777be;p=thirdparty%2Fkea.git spelling: content --- diff --git a/src/bin/agent/agent_parser.yy b/src/bin/agent/agent_parser.yy index fb69b4e685..592a3228c2 100644 --- a/src/bin/agent/agent_parser.yy +++ b/src/bin/agent/agent_parser.yy @@ -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))); diff --git a/src/bin/dhcp4/dhcp4_srv.h b/src/bin/dhcp4/dhcp4_srv.h index 607447cb6c..c2eec9b0de 100644 --- a/src/bin/dhcp4/dhcp4_srv.h +++ b/src/bin/dhcp4/dhcp4_srv.h @@ -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. diff --git a/src/bin/dhcp6/dhcp6_srv.h b/src/bin/dhcp6/dhcp6_srv.h index c480a10f47..6e469f9142 100644 --- a/src/bin/dhcp6/dhcp6_srv.h +++ b/src/bin/dhcp6/dhcp6_srv.h @@ -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.