]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Another typo fix
authorDaniel Gruno <humbedooh@apache.org>
Sat, 28 Apr 2012 06:54:47 +0000 (06:54 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 28 Apr 2012 06:54:47 +0000 (06:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331693 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/glossary.html.en
docs/manual/glossary.xml

index 33ab645c92f6d61e94c49fc3309a9aea4f51079c..30b039f8dd1c640156cecd3903cffaf9186396ce 100644 (file)
       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
index 3bc7dae09ebe79db13aa8b2eee6ff1c03e51abdd..b236d99f438884e98d66a1daab8f7e60f085af03 100644 (file)
       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