]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: precede
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:33:39 +0000 (15:33 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:33:39 +0000 (15:33 -0400)
doc/examples/kea4/multiple-options.json
doc/examples/kea6/multiple-options.json

index a68b65e93c955e7f4abbcc1d78e905bd5ece34c3..d933287ce1263b08a60bfa452ac51a04e7d5a43a 100644 (file)
              "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
index 685e18a1afc86974fc8f389d543828358eff98b9..d3256f2f59b80e9b2980bd99c33797a02b263fa0 100644 (file)
@@ -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