From: Josh Soref Date: Sun, 23 Jul 2017 16:02:41 +0000 (-0400) Subject: spelling: consist X-Git-Tag: trac5124a_base~35^2~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e8e1611582f0deff3ec95a69410f4fdf814e04;p=thirdparty%2Fkea.git spelling: consist --- diff --git a/src/bin/d2/d2_parser.yy b/src/bin/d2/d2_parser.yy index 89fc0c227f..0a4e45744e 100644 --- a/src/bin/d2/d2_parser.yy +++ b/src/bin/d2/d2_parser.yy @@ -110,7 +110,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;