fix typo in comment

This commit is contained in:
Mike McCandless 2017-03-25 06:21:29 -04:00 committed by Shalin Shekhar Mangar
parent b3de5c989c
commit 5a7670ffed
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}