You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2017/02/21 12:00:04 UTC

svn commit: r1783877 - /subversion/site/publish/docs/release-notes/1.10.html

Author: stsp
Date: Tue Feb 21 12:00:04 2017
New Revision: 1783877

URL: http://svn.apache.org/viewvc?rev=1783877&view=rev
Log:
* publish/docs/release-notes/1.10.html
  (authzperf): Fix typos.

Modified:
    subversion/site/publish/docs/release-notes/1.10.html

Modified: subversion/site/publish/docs/release-notes/1.10.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.10.html?rev=1783877&r1=1783876&r2=1783877&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.10.html (original)
+++ subversion/site/publish/docs/release-notes/1.10.html Tue Feb 21 12:00:04 2017
@@ -209,7 +209,7 @@ users.  We'll cover those in this sectio
 <p>The following wildcard syntax elements are supported in glob rules:
 <ul>
 <li><tt>*</tt> matches a single (exactly one), arbitrary path segment</li>
-<li><tt>**</tt> mathes an arbitrary number of path segments, seperated by a forward slash: <tt>/</tt></li>
+<li><tt>**</tt> matches an arbitrary number of path segments, separated by a forward slash: <tt>/</tt></li>
 <li>Classic wildcard patterns such as <tt>*foo*.bar</tt> work as expected, including escaping of special
     characters with a backslash: <tt>\</tt></li>
 </ul>