fix javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1296768 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Koji Sekiguchi 2012-03-04 08:41:36 +00:00
parent 15f678e648
commit cc1da9b073
1 changed files with 2 additions and 2 deletions

View File

@ -57,10 +57,10 @@ import org.apache.solr.util.plugin.SolrCoreAware;
* </ul>
*
* <p>
* Each critera can specified as either an &lt;arr&gt; of &lt;str&gt;, or
* Each criteria can specified as either an &lt;arr&gt; of &lt;str&gt;, or
* multiple &lt;str&gt; with the same name. When multiple criteria of a
* single type exist, fields must match <b>at least one</b> to be selected.
* If more then one type of critera exist, fields must match
* If more then one type of criteria exist, fields must match
* <b>at least one of each</b> to be selected.
* </p>
* <p>