Browse Source

spelling: precede

Josh Soref 7 years ago
parent
commit
2f547b0455

+ 1 - 1
doc/examples/kea4/multiple-options.json

@@ -101,7 +101,7 @@
              "data": "mydomain.example.com, example.com"
          },
             // String options that have a comma in their values need to have
-            // it escaped (i.e. each comma is predeced by two backslashes).
+            // it escaped (i.e. each comma is preceded by two backslashes).
             // That's because commas are reserved for separating fields in
             // compound options. At the same time, we need to be conformant
             // with JSON spec, that does not allow "\,". Therefore the

+ 1 - 1
doc/examples/kea6/multiple-options.json

@@ -79,7 +79,7 @@
             },
 
             // String options that have a comma in their values need to have
-            // it escaped (i.e. each comma is predeced by two backslashes).
+            // it escaped (i.e. each comma is preceded by two backslashes).
             // That's because commas are reserved for separating fields in
             // compound options. At the same time, we need to be conformant
             // with JSON spec, that does not allow "\,". Therefore the