]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
core: Fix 'any sequences' -> 'any sequence' in Directory/Files/Location wildcard...
authorRich Bowen <rbowen@apache.org>
Wed, 29 Apr 2026 18:29:35 +0000 (18:29 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 29 Apr 2026 18:29:35 +0000 (18:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933518 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 4d143b69b89c36c7ceabfeee0006b588845c2f47..10d857046aa666486c895e6ca2e329b6a744d857 100644 (file)
@@ -841,7 +841,7 @@ named file-system directory, sub-directories, and their contents.</description>
     in a directory context may be used. <var>Directory-path</var> is
     either the full path to a directory, or a wild-card string using
     Unix shell-style matching. In a wild-card string, <code>?</code> matches
-    any single character, and <code>*</code> matches any sequences of
+    any single character, and <code>*</code> matches any sequence of
     characters. You may also use <code>[]</code> character ranges. None
     of the wildcards match a `/' character, so <code>&lt;Directory
     "/*/public_html"&gt;</code> will not match
@@ -1955,7 +1955,7 @@ filenames</description>
 
     <p>The <var>filename</var> argument should include a filename, or
     a wild-card string, where <code>?</code> matches any single character,
-    and <code>*</code> matches any sequences of characters.</p>
+    and <code>*</code> matches any sequence of characters.</p>
     <highlight language="config">
 &lt;Files "cat.html"&gt;
     # Insert stuff that applies to cat.html here
@@ -3168,7 +3168,7 @@ URLs</description>
     just as you would for origin requests.</p>
 
     <p>The URL may use wildcards. In a wild-card string, <code>?</code> matches
-    any single character, and <code>*</code> matches any sequences of
+    any single character, and <code>*</code> matches any sequence of
     characters. Neither wildcard character matches a / in the URL-path.</p>
 
     <p><glossary ref="regex">Regular expressions</glossary>