From: Arran Cudbard-Bell Date: Fri, 9 May 2025 01:38:17 +0000 (-0600) Subject: Fix weirdly common typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cdf23a7a2c757f9f4ec1419ea8ea16032f66493;p=thirdparty%2Ffreeradius-server.git Fix weirdly common typo --- diff --git a/doc/antora/modules/reference/pages/raddb/mods-available/eap.adoc b/doc/antora/modules/reference/pages/raddb/mods-available/eap.adoc index 441e8149051..cdbbc442465 100644 --- a/doc/antora/modules/reference/pages/raddb/mods-available/eap.adoc +++ b/doc/antora/modules/reference/pages/raddb/mods-available/eap.adoc @@ -717,7 +717,7 @@ security, but are disabled by default. The intent is to allow the server to work in the widest possible circumstances, while still being reasonably secure. In the most common case (single EAP module, single server -certificate), this configuratiuon is acceptable. +certificate), this configuration is acceptable. However, we still recommend enabling all of the security configurations below. If enabling them does not cause an diff --git a/doc/antora/modules/reference/pages/raddb/mods-available/radius.adoc b/doc/antora/modules/reference/pages/raddb/mods-available/radius.adoc index 258cc7124ba..8c3ffaeea20 100644 --- a/doc/antora/modules/reference/pages/raddb/mods-available/radius.adoc +++ b/doc/antora/modules/reference/pages/raddb/mods-available/radius.adoc @@ -725,7 +725,7 @@ When all ports in this range are used, the module will not be able to open any more outgoing connections.x -These two configuratiuon items can only be used for +These two configuration items can only be used for UDP sockets. diff --git a/doc/antora/modules/reference/pages/unlang/expression.adoc b/doc/antora/modules/reference/pages/unlang/expression.adoc index 10300f722be..8a2cfb598aa 100644 --- a/doc/antora/modules/reference/pages/unlang/expression.adoc +++ b/doc/antora/modules/reference/pages/unlang/expression.adoc @@ -79,7 +79,7 @@ You can just put math in-place, as with the following example: Filter-Id = "Adding %{NAS-Port} + 4 = %{NAS-Port + 4}" ---- -The old ``%{expr:...}` syntax will return an error in v4. That functiuonality is no longer supported. +The old ``%{expr:...}` syntax will return an error in v4. That functionality is no longer supported. == Data Types diff --git a/doc/antora/modules/reference/pages/unlang/finally.adoc b/doc/antora/modules/reference/pages/unlang/finally.adoc index 7956b997fab..514bdef7fb8 100644 --- a/doc/antora/modules/reference/pages/unlang/finally.adoc +++ b/doc/antora/modules/reference/pages/unlang/finally.adoc @@ -16,7 +16,7 @@ that enter a virtual server, you could place a single call to `linelog` in the `finally` section. The `finally { ... }` section is executed as the last thing before a -request returns from a virtual server. The `finally` sectiuon is +request returns from a virtual server. The `finally` section is _always_ executed, whether the request was accepted, rejected or it timed out. diff --git a/raddb/mods-available/eap b/raddb/mods-available/eap index 3df403971e3..e7a888897e9 100644 --- a/raddb/mods-available/eap +++ b/raddb/mods-available/eap @@ -782,7 +782,7 @@ eap { # allow the server to work in the widest possible # circumstances, while still being reasonably secure. In the # most common case (single EAP module, single server - # certificate), this configuratiuon is acceptable. + # certificate), this configuration is acceptable. # # However, we still recommend enabling all of the security # configurations below. If enabling them does not cause an diff --git a/raddb/mods-available/radius b/raddb/mods-available/radius index 7d917122e5c..dfd64ebcd59 100644 --- a/raddb/mods-available/radius +++ b/raddb/mods-available/radius @@ -836,7 +836,7 @@ radius proxy { # will not be able to open any more outgoing # connections.x # - # These two configuratiuon items can only be used for + # These two configuration items can only be used for # UDP sockets. # src_port_start = 10000