mirror of https://github.com/apache/lucene.git
fix typo in comment
This commit is contained in:
parent
b3de5c989c
commit
5a7670ffed
|
@ -4219,7 +4219,7 @@ public class IndexWriter implements Closeable, TwoPhaseCommit, Accountable {
|
|||
}
|
||||
}
|
||||
|
||||
// If any error occured, throw it.
|
||||
// If any error occurred, throw it.
|
||||
if (!suppressExceptions) {
|
||||
IOUtils.reThrow(th);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue