]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: consist
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:02:41 +0000 (12:02 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:02:41 +0000 (12:02 -0400)
src/bin/d2/d2_parser.yy

index 89fc0c227fc45eb8e3fdf88947b0900089b8ec72..0a4e45744e8ae3ad3b4fe760f1bca25479f988b2 100644 (file)
@@ -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;