]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: parsing
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:26:14 +0000 (15:26 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:26:14 +0000 (15:26 -0400)
src/bin/d2/parser_context.h

index 559aaaaa8617bfe7004634fc3c368dc1ba24b196..cbb495c23b25fbc691225ecd6b97df004128af87 100644 (file)
@@ -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;