Fix typo in JavaDoc -- s/note/not

This commit is contained in:
Simon Willnauer 2014-01-03 17:55:53 +01:00
parent 811b7d7d78
commit 8fba11dd74
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.elasticsearch.common.settings.Settings;
/**
* An allocation decider that prevents relocation or allocation from nodes
* that might note be version compatible. If we relocate from a node that runs
* that might not be version compatible. If we relocate from a node that runs
* a newer version than the node we relocate to this might cause {@link org.apache.lucene.index.IndexFormatTooNewException}
* on the lowest level since it might have already written segments that use a new postings format or codec that is not
* available on the target node.