You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2006/04/23 03:12:43 UTC

svn commit: r396189 - /cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/reading/ImageReader.java

Author: antonio
Date: Sat Apr 22 18:12:40 2006
New Revision: 396189

URL: http://svn.apache.org/viewcvs?rev=396189&view=rev
Log:
Fix typo.

Modified:
    cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/reading/ImageReader.java

Modified: cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/reading/ImageReader.java
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/reading/ImageReader.java?rev=396189&r1=396188&r2=396189&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/reading/ImageReader.java (original)
+++ cocoon/branches/BRANCH_2_1_X/src/java/org/apache/cocoon/reading/ImageReader.java Sat Apr 22 18:12:40 2006
@@ -270,7 +270,7 @@
              * for example) crashes the entire JVM (yes, dude, the bug is *that* nasty
              * since it happens in JPEG routines which are native!)
              * I'm perfectly aware of the huge memory problems that this causes (almost
-             * doubling memory consuption for each image and making the GC work twice
+             * doubling memory consumption for each image and making the GC work twice
              * as hard) but it's *far* better than restarting the JVM every 2 minutes
              * (since this is the average experience for image-intensive web application
              * such as an image gallery).