typo 'shoudl' => 'should'

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2010-09-07 08:01:30 +00:00
parent aef725ae91
commit 89c6fea889
2 changed files with 2 additions and 2 deletions

View File

@ -357,7 +357,7 @@ public class XMLResponseParser extends ResponseParser
event = parser.next();
if( XMLStreamConstants.START_ELEMENT == event ) {
if( !"doc".equals( parser.getLocalName() ) ) {
throw new RuntimeException( "shoudl be doc! "+parser.getLocalName() + " :: " + parser.getLocation() );
throw new RuntimeException( "should be doc! "+parser.getLocalName() + " :: " + parser.getLocation() );
}
docs.add( readDocument( parser ) );
}

View File

@ -189,7 +189,7 @@ public class QueryElevationComponentTest extends SolrTestCaseJ4 {
);
// Try normal sort by 'id'
// default 'forceBoost' shoudl be false
// default 'forceBoost' should be false
assertEquals( false, booster.forceElevation );
args.put( CommonParams.SORT, "str_s asc" );
assertQ( null, req