dnaber 2004/08/25 04:56:17 Modified: src/java/org/apache/lucene/index CompoundFileWriter.java Log: fix typo in comment Revision Changes Path 1.5 +2 -2 jakarta-lucene/src/java/org/apache/lucene/index/CompoundFileWriter.java Index: CompoundFileWriter.java =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/index/CompoundFileWriter.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- CompoundFileWriter.java 13 Aug 2004 19:54:36 -0000 1.4 +++ CompoundFileWriter.java 25 Aug 2004 11:56:17 -0000 1.5 @@ -155,7 +155,7 @@ } // Open the files and copy their data into the stream. - // Remeber the locations of each file's data section. + // Remember the locations of each file's data section. byte buffer[] = new byte[1024]; it = entries.iterator(); while(it.hasNext()) {
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]