diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-04-28 08:54:47 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-04-28 08:54:47 +0200 |
commit | 27aefb66875baad32a6177e528c148459704a85d (patch) | |
tree | d73928ca843376929fd927c4d18442f2dc067026 /docs/manual/glossary.xml | |
parent | typo fix (/w+ should be \w+) (diff) | |
download | apache2-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.xml | 2 |
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 & could be used as alias for $0 in some places. This is no |