From bef8103048d192cb8400c65c77f9ebe87cf037fc Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 5 Apr 2016 05:50:18 +0000 Subject: [PATCH] Typo (r1737774 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1737777 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 423aedc90f..3c73246f9a 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -849,7 +849,7 @@ AliasMatch "^/myapp" "/opt/myapp-1.2.3" The TestString is treated as an integer, and is numerically compared to the CondPattern. True if the two are numerically different. This is equivalent to - !-ne + !-eq.