You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/15 13:24:26 UTC

[commons-digester] branch master updated: Fix typos

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b835b2f Fix typos
4b835b2f is described below

commit 4b835b2f3a7fa464dce38bfcb91140a0268c3bb6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 15 08:24:22 2023 -0500

    Fix typos
---
 src/site/xdoc/guide/xmlrules.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/guide/xmlrules.xml b/src/site/xdoc/guide/xmlrules.xml
index 58fa9017..25cdfc50 100644
--- a/src/site/xdoc/guide/xmlrules.xml
+++ b/src/site/xdoc/guide/xmlrules.xml
@@ -163,7 +163,7 @@ File rules2.xml:
   &lt;/pattern&gt;
 &lt;/digester-rules&gt;
 </source>
-<p>Note that the <i>url</i> attribute accepts any valid <code>URL</code>, plus the the meta <code>classpath</code> URL,
+<p>Note that the <i>url</i> attribute accepts any valid <code>URL</code>, plus the meta <code>classpath</code> URL,
 that points to a any valid resource present in the ClassPath; the <code>ClassLoader</code> used to load the resources
 is the same users set to resolve classes during the parse-time.</p>