From 500d9e598510d171a97a0257eedb0dfe93923ebf Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Mon, 11 Mar 2013 18:29:23 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1455272 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_lua.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml index 8b0c19c7a2..c0e2f11acf 100644 --- a/docs/manual/mod/mod_lua.xml +++ b/docs/manual/mod/mod_lua.xml @@ -898,7 +898,7 @@ end

The example below shows how to acquire a database handle and return information from a table:

-function handler(r) +function handle(r) -- Acquire a database handle local database, err = r:dbacquire("mysql", "server=localhost,user=root,dbname=mydb") if not err then -- 2.40.0