summaryrefslogtreecommitdiffstats
path: root/docs/manual/glossary.xml
diff options
context:
space:
mode:
authorDaniel Gruno <humbedooh@apache.org>2012-04-28 08:54:47 +0200
committerDaniel Gruno <humbedooh@apache.org>2012-04-28 08:54:47 +0200
commit27aefb66875baad32a6177e528c148459704a85d (patch)
treed73928ca843376929fd927c4d18442f2dc067026 /docs/manual/glossary.xml
parenttypo fix (/w+ should be \w+) (diff)
downloadapache2-27aefb66875baad32a6177e528c148459704a85d.tar.xz
apache2-27aefb66875baad32a6177e528c148459704a85d.zip
Another typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331693 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/manual/glossary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/glossary.xml b/docs/manual/glossary.xml
index 3bc7dae09e..b236d99f43 100644
--- a/docs/manual/glossary.xml
+++ b/docs/manual/glossary.xml
@@ -382,7 +382,7 @@
be written as "<code>/images/.*(jpg|gif)$</code>". 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 &amp; could be used as alias for $0 in some places. This is no