Browse Source

[master] spelling

Francis Dupont 8 years ago
parent
commit
5b6069bca6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/bin/dhcp4/dhcp4_parser.yy
  2. 1 1
      src/bin/dhcp6/dhcp6_parser.yy

+ 1 - 1
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;
 

+ 1 - 1
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;