[Imagetools-commit] SF.net SVN: imagetools:[73] trunk/imagetools/src/net/codebuilders/desktop/ imag
Status: Beta
Brought to you by:
cmarcum
From: <cm...@us...> - 2009-07-24 21:58:49
|
Revision: 73 http://imagetools.svn.sourceforge.net/imagetools/?rev=73&view=rev Author: cmarcum Date: 2009-07-24 21:58:37 +0000 (Fri, 24 Jul 2009) Log Message: ----------- comment spelling correction Modified Paths: -------------- trunk/imagetools/src/net/codebuilders/desktop/imagetools/ImageArea.java Modified: trunk/imagetools/src/net/codebuilders/desktop/imagetools/ImageArea.java =================================================================== --- trunk/imagetools/src/net/codebuilders/desktop/imagetools/ImageArea.java 2009-07-03 22:22:17 UTC (rev 72) +++ trunk/imagetools/src/net/codebuilders/desktop/imagetools/ImageArea.java 2009-07-24 21:58:37 UTC (rev 73) @@ -801,7 +801,7 @@ // Get lines until the entire paragraph has been displayed. while (lineMeasurer.getPosition() < paragraphEnd) { - // Retrieve next layout. A cleverer program would also cache + // Retrieve next layout. A clever program would also cache // these layouts until the component is re-sized. TextLayout layout = lineMeasurer.nextLayout(breakWidth); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |