]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: fix function name
authorThierry FOURNIER <tfournier@arpalert.org>
Wed, 26 Aug 2015 12:20:58 +0000 (14:20 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 27 Aug 2015 09:29:45 +0000 (11:29 +0200)
Bowen repports this typo fix about one Lua function name.

Reported-By: Bowen
doc/lua-api/index.rst

index 07e9029e3e3a95ea4f178ed61d7958acd84ba2ad..e513324cf223a66ac0232622e8b4c95673e17468 100644 (file)
@@ -750,7 +750,7 @@ HTTP class
   :param class_http http: The related http object.
   :param string query: The new query.
 
-.. js:function:: HTTP.req.set_uri(http, uri)
+.. js:function:: HTTP.req_set_uri(http, uri)
 
   Rewrites the request URI with the parameter "uri".