You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2004/11/25 04:03:15 UTC

svn commit: r106534 - /cocoon/branches/BRANCH_2_1_X/tools/src/anttasks/SitemapTask.java

Author: crossley
Date: Wed Nov 24 19:03:14 2004
New Revision: 106534

URL: http://svn.apache.org/viewcvs?view=rev&rev=106534
Log:
Fix minor text typos.

Modified:
   cocoon/branches/BRANCH_2_1_X/tools/src/anttasks/SitemapTask.java

Modified: cocoon/branches/BRANCH_2_1_X/tools/src/anttasks/SitemapTask.java
Url: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/tools/src/anttasks/SitemapTask.java?view=diff&rev=106534&p1=cocoon/branches/BRANCH_2_1_X/tools/src/anttasks/SitemapTask.java&r1=106533&p2=cocoon/branches/BRANCH_2_1_X/tools/src/anttasks/SitemapTask.java&r2=106534
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/src/anttasks/SitemapTask.java	(original)
+++ cocoon/branches/BRANCH_2_1_X/tools/src/anttasks/SitemapTask.java	Wed Nov 24 19:03:14 2004
@@ -101,8 +101,8 @@
     protected boolean stable = true;
     
     /**
-     * Set the directory containg the source files.
-     * Only .java files will be scannend
+     * Set the directory containing the source files.
+     * Only .java files will be scanned
      */
     public void setSource(File dir) {
         try {
@@ -207,10 +207,10 @@
     }
 
     /**
-     * Collect the component infos
+     * Collect the component information
      */
     private List collectInfo() {
-        log("Collection sitemap components info");
+        log("Collecting sitemap components info");
         final List components = new ArrayList();
         
         final Iterator it = super.allClasses.iterator();