fix typo in comment

This commit is contained in:
Mike McCandless 2017-03-25 06:21:29 -04:00
parent f1aef3d12b
commit 40f43248fb
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);
}