You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/03/27 15:25:15 UTC

svn commit: r928203 - /maven/archetype/trunk/archetype-common/src/main/mdo/archetype-catalog.mdo

Author: hboutemy
Date: Sat Mar 27 14:25:15 2010
New Revision: 928203

URL: http://svn.apache.org/viewvc?rev=928203&view=rev
Log:
fixed a typo

Modified:
    maven/archetype/trunk/archetype-common/src/main/mdo/archetype-catalog.mdo

Modified: maven/archetype/trunk/archetype-common/src/main/mdo/archetype-catalog.mdo
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/main/mdo/archetype-catalog.mdo?rev=928203&r1=928202&r2=928203&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/main/mdo/archetype-catalog.mdo (original)
+++ maven/archetype/trunk/archetype-common/src/main/mdo/archetype-catalog.mdo Sat Mar 27 14:25:15 2010
@@ -30,7 +30,7 @@
     can be presented with a list of archetypes from any number of catalogs to generate new
     projects.</p>
     <p>The Archetype Plugin knows by default its internal catalog. It also knows
-    about the <code>local</code> and <code>remote<code> catalogs:</p>
+    about the <code>local</code> and <code>remote</code> catalogs:</p>
     <ul>
       <li><code>local</code> represents the <code>~/.m2/archetype-catalog.xml</code> catalog file,</li>
       <li><code>remote</code> represents the <code>http://repo1.maven.org/maven2/archetype-catalog.xml</code> catalog file.