From 75ff64b6a85811e9ec76aae7b597563781323cdc Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 15:26:14 -0400 Subject: [PATCH] spelling: parsing --- src/bin/d2/parser_context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.2