From 5b6069bca69b87953099230f86bd659ce8fc3f88 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 8 Feb 2017 23:20:45 +0100 Subject: [PATCH] [master] spelling --- src/bin/dhcp4/dhcp4_parser.yy | 2 +- src/bin/dhcp6/dhcp6_parser.yy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3