]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] spelling
authorFrancis Dupont <fdupont@isc.org>
Wed, 8 Feb 2017 22:20:45 +0000 (23:20 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 8 Feb 2017 22:20:45 +0000 (23:20 +0100)
src/bin/dhcp4/dhcp4_parser.yy
src/bin/dhcp6/dhcp6_parser.yy

index 09b8c09bff364b60b685ad2d6d3eafc29398408f..0df78afd8851d1db24a9325ccb2b5063e16ddb12 100644 (file)
@@ -206,7 +206,7 @@ using namespace std;
 %%
 
 // The whole grammar starts with a map, because the config file
-// constists of Dhcp, Logger and DhcpDdns entries in one big { }.
+// consists of Dhcp, Logger and DhcpDdns entries in one big { }.
 // We made the same for subparsers at the exception of the JSON value.
 %start start;
 
index cee5663090b32bab14af52956c8c258dd299d8c8..7e8c451348d2b250e62e998d315acc1e6d14cdfd 100644 (file)
@@ -214,7 +214,7 @@ using namespace std;
 %%
 
 // The whole grammar starts with a map, because the config file
-// constists of Dhcp, Logger and DhcpDdns entries in one big { }.
+// consists of Dhcp, Logger and DhcpDdns entries in one big { }.
 // We made the same for subparsers at the exception of the JSON value.
 %start start;