From: Francis Dupont Date: Wed, 8 Feb 2017 22:20:45 +0000 (+0100) Subject: [master] spelling X-Git-Tag: trac3590_base~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5b6069bca69b87953099230f86bd659ce8fc3f88;p=thirdparty%2Fkea.git [master] spelling --- diff --git a/src/bin/dhcp4/dhcp4_parser.yy b/src/bin/dhcp4/dhcp4_parser.yy index 09b8c09bff..0df78afd88 100644 --- a/src/bin/dhcp4/dhcp4_parser.yy +++ b/src/bin/dhcp4/dhcp4_parser.yy @@ -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; diff --git a/src/bin/dhcp6/dhcp6_parser.yy b/src/bin/dhcp6/dhcp6_parser.yy index cee5663090..7e8c451348 100644 --- a/src/bin/dhcp6/dhcp6_parser.yy +++ b/src/bin/dhcp6/dhcp6_parser.yy @@ -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;