From: Christophe Jaillet Date: Tue, 5 Apr 2016 05:50:18 +0000 (+0000) Subject: Typo (r1737774 in trunk) X-Git-Tag: 2.4.21~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb6b77127ffaf17ab689cebaeeae9f07c60c3e6;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 423aedc90f9..3c73246f9a9 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.