From: Daniel Gruno Date: Sat, 28 Apr 2012 06:54:47 +0000 (+0000) Subject: Another typo fix X-Git-Tag: 2.5.0-alpha~6953 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27aefb66875baad32a6177e528c148459704a85d;p=thirdparty%2Fapache%2Fhttpd.git Another typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331693 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en index 33ab645c92f..30b039f8dd1 100644 --- a/docs/manual/glossary.html.en +++ b/docs/manual/glossary.html.en @@ -368,7 +368,7 @@ be written as "/images/.*(jpg|gif)$". In places where regular expressions are used to replace strings, the special variables $1 ... $9 contain backreferences to the grouped parts (in parentheses) of - the matched expression. The special variable $0 contains a backerference + the matched expression. The special variable $0 contains a backreference to the whole matched expression. To write a literal dollar sign in a replacement string, it can be escaped with a backslash. Historically, the variable & could be used as alias for $0 in some places. This is no diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml index 3bc7dae09eb..b236d99f438 100644 --- a/docs/manual/glossary.xml +++ b/docs/manual/glossary.xml @@ -382,7 +382,7 @@ be written as "/images/.*(jpg|gif)$". In places where regular expressions are used to replace strings, the special variables $1 ... $9 contain backreferences to the grouped parts (in parentheses) of - the matched expression. The special variable $0 contains a backerference + the matched expression. The special variable $0 contains a backreference to the whole matched expression. To write a literal dollar sign in a replacement string, it can be escaped with a backslash. Historically, the variable & could be used as alias for $0 in some places. This is no