From ac240c8f1a78fa67c1f73ddee62102b74389481c Mon Sep 17 00:00:00 2001 From: Daniel Naber Date: Wed, 25 Aug 2004 11:56:17 +0000 Subject: [PATCH] fix typo in comment git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150448 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/lucene/index/CompoundFileWriter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/lucene/index/CompoundFileWriter.java b/src/java/org/apache/lucene/index/CompoundFileWriter.java index 6cc6d77ba33..2e719cdfe1c 100644 --- a/src/java/org/apache/lucene/index/CompoundFileWriter.java +++ b/src/java/org/apache/lucene/index/CompoundFileWriter.java @@ -155,7 +155,7 @@ final class CompoundFileWriter { } // 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()) {