]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Minor luabackend README fixes. Triggered by a suggestion from Leen Besselink.
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 30 Jul 2012 05:09:57 +0000 (05:09 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 30 Jul 2012 05:09:57 +0000 (05:09 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2686 d19b8d6e-7fed-0310-83ef-9ca221ded41b

modules/luabackend/README

index 20908e09f94520eec9977e3e1727190a324796e0..30e5f7e945781da9738e0e7b0367bed2a7ea4218 100644 (file)
@@ -15,13 +15,13 @@ backend completely in Lua! Which database server to use etc is now up to you!
 What you have here is the possibility to make your own "dns-server" without the
 knowledge of programming in c/c++.
 
-There is one thing that needs to be sad. Remember that each thread 
-PowerDNS launch of this backend is completely different so they cannot 
+There is one thing that needs to be said. Remember that each thread 
+PowerDNS launches of this backend is completely different so they cannot 
 share information between each other! 
 
 You will need some kind of a database that can be shared for this.
 
-All the functionsname that PowerDNS except for a backend should be the same
+All the functionnames that PowerDNS accept for a backend should be the same
 in your Lua script, in lowercase. Also, the parameters should be in the same 
 order. Where there is a structure in c/c++ there is a table in the Lua backend.
 This is also true for return values. A few functions expect that you return a