Parcourir la source

[master] spelling

Francis Dupont il y a 8 ans
Parent
commit
5b6069bca6
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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;