mirror of https://github.com/apache/lucene.git
fix typos in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430798 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
27b84461c4
commit
7f0c52b066
|
@ -622,7 +622,7 @@ public class SolrPluginUtils {
|
|||
private final static Pattern CONSECUTIVE_OP_PATTERN = Pattern.compile( "\\s+[+-](?:\\s*[+-]+)+" );
|
||||
|
||||
/**
|
||||
* Strips operators that are used illegally, otherwise reuturns it's
|
||||
* Strips operators that are used illegally, otherwise returns its
|
||||
* input. Some examples of illegal user queries are: "chocolate +-
|
||||
* chip", "chocolate - - chip", and "chocolate chip -".
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue