From: Christophe Jaillet
Date: Sun, 8 May 2022 12:28:51 +0000 (+0000)
Subject: Fix a typo (s/virtal/virtual) and add a missing hyper-link.
X-Git-Tag: 2.4.54-rc1-candidate~89
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8ba092252c20d6bae87ce336310a0f74c39db06;p=thirdparty%2Fapache%2Fhttpd.git
Fix a typo (s/virtal/virtual) and add a missing hyper-link.
r1900689 in trunk
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1900690 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml
index 8c1195f8de0..4eabd5363ee 100644
--- a/docs/manual/mod/mod_lua.xml
+++ b/docs/manual/mod/mod_lua.xml
@@ -1593,7 +1593,7 @@ end
All
Like LuaHookTranslateName but executed at the
- map-to-storage phase of a request. Modules like mod_cache run at this phase,
+ map-to-storage phase of a request. Modules like mod_cache run at this phase,
which makes for an interesting example on what to do here:
LuaHookMapToStorage "/path/to/lua/script.lua" check_cache
@@ -1787,7 +1787,7 @@ hook function usually returns OK, DECLINED, or HTTP_FORBIDDEN.
All
- This phase is run immediately after the request has been mapped to a virtal host,
+ This phase is run immediately after the request has been mapped to a virtual host,
and can be used to either do some request processing before the other phases kick
in, or to serve a request without the need to translate, map to storage et cetera.
As this phase is run before anything else, directives such as