From 27aefb66875baad32a6177e528c148459704a85d Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sat, 28 Apr 2012 06:54:47 +0000 Subject: [PATCH] Another typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331693 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/glossary.html.en | 2 +- docs/manual/glossary.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/glossary.html.en b/docs/manual/glossary.html.en index 33ab645c92..30b039f8dd 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 3bc7dae09e..b236d99f43 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 -- 2.40.0