Parcourir la source

spelling: parsing

Josh Soref il y a 7 ans
Parent
commit
75ff64b6a8
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/bin/d2/parser_context.h

+ 2 - 2
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;