myriad of spelling mistakes and corrected some documentation.
[freeradius.git] / raddb / proxy.conf
index c412f1d..1d58c45 100644 (file)
@@ -77,7 +77,7 @@ proxy server {
 #
 #  As of 2.0, the "realm" configuration has changed.  Instead of
 #  specifying "authhost" and "accthost" in a realm section, the home
-#  servers are specified seperately in a "home_server" section.  For
+#  servers are specified separately in a "home_server" section.  For
 #  backwards compatibility, you can still use the "authhost" and
 #  "accthost" directives.  If you only have one home server for a
 #  realm, it is easier to use the old-style configuration.
@@ -236,7 +236,7 @@ home_server localhost {
        response_window = 20
 
        #
-       #  If you want the old behavior of the server rejecting
+       #  If you want the old behaviour of the server rejecting
        #  proxied requests after "response_window" timeout, set
        #  the following configuration item to "yes".
        #
@@ -415,7 +415,7 @@ home_server localhost {
        #
        #       RT = 2 * RTprev + RAND * RTprev
        #
-       #  Re-trasnmits are capped at:
+       #  Re-transmits are capped at:
        #
        #       if (MRT && (RT > MRT)) RT = MRT + RAND * MRT
        #