From 7c4343e26afd1e63839841286948cc6f112e652c Mon Sep 17 00:00:00 2001
From: Christophe Jaillet
Date: Sun, 8 May 2022 12:26:09 +0000
Subject: [PATCH] Fix a typo (s/virtal/virtual) and add a missing hyper-link.
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900689 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_lua.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/manual/mod/mod_lua.xml b/docs/manual/mod/mod_lua.xml
index 9baa8fa6c1b..6ddc378f41e 100644
--- a/docs/manual/mod/mod_lua.xml
+++ b/docs/manual/mod/mod_lua.xml
@@ -1615,7 +1615,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
@@ -1811,7 +1811,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