This is an automated email from the ASF dual-hosted git repository.
mlibbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 07888c0aa8 Fix typo on header_rewrite documentation (#12109)
07888c0aa8 is described below
commit 07888c0aa85523871a9adb39b11e1075cc0a4d62
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Thu Mar 20 15:24:53 2025 -0600
Fix typo on header_rewrite documentation (#12109)
---
doc/admin-guide/plugins/header_rewrite.en.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/admin-guide/plugins/header_rewrite.en.rst
b/doc/admin-guide/plugins/header_rewrite.en.rst
index be87212dfe..f058d15a75 100644
--- a/doc/admin-guide/plugins/header_rewrite.en.rst
+++ b/doc/admin-guide/plugins/header_rewrite.en.rst
@@ -560,7 +560,7 @@ NOW
cond %{NOW:<part>} <operand>
This is the current time, in the local timezone as set on the machine,
-typically GMC. Without any further qualifiers, this is the time in seconds
+typically GMT. Without any further qualifiers, this is the time in seconds
since EPOCH aka Unix time. Qualifiers can be used to give various other
values, such as year, month etc.
::