From: Josh Soref Date: Sun, 23 Jul 2017 19:33:39 +0000 (-0400) Subject: spelling: precede X-Git-Tag: trac5124a_base~35^2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f547b04553bfcda4a4115c625bba9f224483afb;p=thirdparty%2Fkea.git spelling: precede --- diff --git a/doc/examples/kea4/multiple-options.json b/doc/examples/kea4/multiple-options.json index a68b65e93c..d933287ce1 100644 --- a/doc/examples/kea4/multiple-options.json +++ b/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 diff --git a/doc/examples/kea6/multiple-options.json b/doc/examples/kea6/multiple-options.json index 685e18a1af..d3256f2f59 100644 --- a/doc/examples/kea6/multiple-options.json +++ b/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