]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist doc typo fix 7936/head
authorappliedprivacy <33653399+appliedprivacy@users.noreply.github.com>
Sat, 15 Jun 2019 17:46:54 +0000 (17:46 +0000)
committerGitHub <noreply@github.com>
Sat, 15 Jun 2019 17:46:54 +0000 (17:46 +0000)
leastOustanding -> leastOutstanding

pdns/dnsdistdist/docs/reference/config.rst

index 00b2293f8f58990fabd85dc7c05870a011bccd0d..34f876e7ba7a216a3091459a77d38f9f39a0e5e5 100644 (file)
@@ -375,7 +375,7 @@ Servers
       address="IP:PORT",     -- IP and PORT of the backend server (mandatory)
       id=STRING,             -- Use a pre-defined UUID instead of a random one
       qps=NUM,               -- Limit the number of queries per second to NUM, when using the `firstAvailable` policy
-      order=NUM,             -- The order of this server, used by the `leastOustanding` and `firstAvailable` policies
+      order=NUM,             -- The order of this server, used by the `leastOutstanding` and `firstAvailable` policies
       weight=NUM,            -- The weight of this server, used by the `wrandom`, `whashed` and `chashed` policies, default: 1
                              -- Supported values are a minimum of 1, and a maximum of 2147483647.
       pool=STRING|{STRING},  -- The pools this server belongs to (unset or empty string means default pool) as a string or table of strings