vgritsenko    2003/05/19 17:50:06

  Modified:    src/java/org/apache/cocoon/components/source/impl
                        SitemapSource.java
  Log:
  fix typo
  
  Revision  Changes    Path
  1.4       +2 -2      
cocoon-2.1/src/java/org/apache/cocoon/components/source/impl/SitemapSource.java
  
  Index: SitemapSource.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/source/impl/SitemapSource.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SitemapSource.java        16 May 2003 07:04:56 -0000      1.3
  +++ SitemapSource.java        20 May 2003 00:50:06 -0000      1.4
  @@ -168,7 +168,7 @@
                   rawMode = true;
               }
           } else {
  -            throw new MalformedURLException("Now protocol found for sitemap 
source in " + uri);
  +            throw new MalformedURLException("No protocol found for sitemap 
source in " + uri);
           }
   
           // does the uri point to this sitemap or to the root sitemap?
  
  
  

Reply via email to