From: Peter van Dijk Date: Tue, 31 Jan 2017 21:35:43 +0000 (+0100) Subject: typo X-Git-Tag: rec-4.1.0-alpha1~286^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6093bc97ba20ad39505c9ecbb9ca7bbb94d328e;p=thirdparty%2Fpdns.git typo --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index eb48d07558..b0c922227d 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -1249,7 +1249,7 @@ expressions like: > getServer(0).order=12 -- set order of server 0 to 12 > getServer(0):addPool("abuse") -- add this server to the abuse pool ``` -The '.' means 'order' is a data member, while the ':' meand addPool is a member function. +The '.' means 'order' is a data member, while the ':' means addPool is a member function. Here are all functions: