fix spelling

This commit is contained in:
kimchy 2010-02-22 01:33:37 +02:00
parent 0f5ff617f1
commit 7cda7eca54
1 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ public class TermsRequest extends BroadcastOperationRequest {
} }
/** /**
* The type of sorting for term / doc freq. Can either sort on term (lex) or doc frequncy. Defaults to * The type of sorting for term / doc freq. Can either sort on term (lex) or doc frequency. Defaults to
* {@link TermsRequest.SortType#TERM}. * {@link TermsRequest.SortType#TERM}.
*/ */
public SortType sortType() { public SortType sortType() {
@ -333,7 +333,7 @@ public class TermsRequest extends BroadcastOperationRequest {
} }
/** /**
* The type of sorting for term / doc freq. Can either sort on term (lex) or doc frequncy. Defaults to * The type of sorting for term / doc freq. Can either sort on term (lex) or doc frequency. Defaults to
* {@link TermsRequest.SortType#TERM}. * {@link TermsRequest.SortType#TERM}.
*/ */
public TermsRequest sortType(SortType sortType) { public TermsRequest sortType(SortType sortType) {