Skip to content

Commit

Permalink
Minor doc typos closes #2524
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 26, 2019
1 parent fbef600 commit f989a4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions raddb/mods-config/sql/driver/postgresql
Expand Up @@ -31,7 +31,7 @@ postgresql {
# Matching states returned from the database to states within FreeRADIUS is done
# using a prefix trie, with the longest (most specific) match being used.
#
# Each sqstate consists of five alphanumeric characters in the format `CCSSS`,
# Each sqlstate consists of five alphanumeric characters in the format `CCSSS`,
# where `C` is a class identifier, and `S` is a subclass identifier.
#
# [options="header,autowidth"]
Expand Down Expand Up @@ -59,7 +59,7 @@ postgresql {
# NOTE: In the vast majority of situations you will not need to override the default
# sqlstate actions. This is provided to allow you to 'hotpatch' your configuration
# to work around issues with your DB, or in the case where you've discovered the
# default classification of an sqlstate is incorrect (in which case please inform the
# default rcode for an sqlstate is incorrect (in which case please inform the
# development team and we'll correct it).
#
states {
Expand Down
2 changes: 1 addition & 1 deletion raddb/sites-available/default
Expand Up @@ -263,7 +263,7 @@ server default {
# dynamic clients.
#
# If set to `true`, then packets from unknown
# clients are passed through the `qnew
# clients are passed through the `new
# client` subsection below. See that section
# for more information about how dynamic
# clients work.
Expand Down

0 comments on commit f989a4e

Please sign in to comment.