]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
docs corrections
authorNick Porter <nick@portercomputing.co.uk>
Thu, 12 Oct 2023 15:36:21 +0000 (16:36 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 12 Oct 2023 15:36:21 +0000 (16:36 +0100)
raddb/policy.d/accounting

index 50bc9040b5b4e18e5f363e31931c7d8fa913d2d3..0437d01d560f37f1487a32be400eb8bf96482b5a 100644 (file)
@@ -23,12 +23,12 @@ class_value_prefix = 'ai:'
 #      result in the string `192.0.2.1`, but will instead be
 #      represented internally as 32-bits of binary data `c0000201`.
 #      The MD5 hash of those inputs will then be different.
-#      We fix this issue by using `%string(..}` to convert the
+#      We fix this issue by using `%string(..)` to convert the
 #      inputs to MD5 into printable string form.
 #
-#      Similarly, the output of `%md5(..}` is binary safe, and is
+#      Similarly, the output of `%md5(..)` is binary safe, and is
 #      therefore a binary blob.  We therefore convert the output
-#      of it to a printable string via `%hex(...}`
+#      of it to a printable string via `%hex(...)`
 #
 acct_unique {
        #