From: Christophe Jaillet Date: Tue, 5 Apr 2016 05:47:53 +0000 (+0000) Subject: Typo X-Git-Tag: 2.5.0-alpha~1782 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42941c931d0eef5ffc16a7cd57d47742dccfb10c;p=apache Typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1737774 13f79535-47bb-0310-9956-ffa450edef68 --- 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.