You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/03/17 23:11:57 UTC

svn commit: r638095 - /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/java/org/apache/cocoon/sitemap/SitemapOutputComponent.java

Author: reinhard
Date: Mon Mar 17 15:11:49 2008
New Revision: 638095

URL: http://svn.apache.org/viewvc?rev=638095&view=rev
Log:
typo in javadocs

Modified:
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/java/org/apache/cocoon/sitemap/SitemapOutputComponent.java

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/java/org/apache/cocoon/sitemap/SitemapOutputComponent.java
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/java/org/apache/cocoon/sitemap/SitemapOutputComponent.java?rev=638095&r1=638094&r2=638095&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/java/org/apache/cocoon/sitemap/SitemapOutputComponent.java (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/src/main/java/org/apache/cocoon/sitemap/SitemapOutputComponent.java Mon Mar 17 15:11:49 2008
@@ -100,12 +100,12 @@
      * Internet Explorer has a bug that wasn't fixed until version 7.  The bug
      * prevents the PDF document from displaying correctly.  It will look like
      * an empty document or something similar.  So the general rule of thumb
-     * for explicitly seting the content length is:
+     * for explicitly setting the content length is:
      * </p>
      * <ul>
      * <li>If it is a PDF document, always set content length (might require
      *     the document to be cached to get the number of bytes)</li>
-     * <li>If you are writing a Reader and you have the content lenght, set
+     * <li>If you are writing a Reader and you have the content length, set
      *     it.</li>
      * <li>Otherwise it is safe to return false here.</li>
      * </ul>