From 045b641b3a312a642dc186a64bb2b787c221ec96 Mon Sep 17 00:00:00 2001
From: Daniel Gruno
Date: Fri, 4 May 2012 17:12:47 +0000
Subject: [PATCH] Typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334066 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/expr.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml
index be482e96c3e..d2de79cecbc 100644
--- a/docs/manual/expr.xml
+++ b/docs/manual/expr.xml
@@ -134,7 +134,7 @@ listfunction ::= listfuncname "(" word ")"
%{REMOTE_USER} will not be set in this case.
The following variables provide the values of the named HTTP request
- headers. The values of other headers can be obtained witht the
+ headers. The values of other headers can be obtained with the
req function.