From: Josh Soref Date: Sun, 23 Jul 2017 19:26:14 +0000 (-0400) Subject: spelling: parsing X-Git-Tag: trac5124a_base~35^2~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75ff64b6a85811e9ec76aae7b597563781323cdc;p=thirdparty%2Fkea.git spelling: parsing --- diff --git a/src/bin/d2/parser_context.h b/src/bin/d2/parser_context.h index 559aaaaa86..cbb495c23b 100644 --- a/src/bin/d2/parser_context.h +++ b/src/bin/d2/parser_context.h @@ -57,7 +57,7 @@ public: ///< Used for parsing content of a TSIG key. PARSER_TSIG_KEY, - ///< Used for pasing a list of TSIG Keys. + ///< Used for parsing a list of TSIG Keys. PARSER_TSIG_KEYS, ///< Used for parsing content of a DDNS Domain. @@ -69,7 +69,7 @@ public: ///< Used for parsing content of a DNS Server. PARSER_DNS_SERVER, - ///< Used for pasing a list of DNS servers. + ///< Used for parsing a list of DNS servers. PARSER_DNS_SERVERS } ParserType;