fix spelling error

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2008-07-21 16:53:54 +00:00
parent 5dd7e5bd9b
commit 9bcace789e
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ public class QueryResponse extends SolrResponseBase
_debugMap.put( info.getKey(), info.getValue() );
}
// Parse out interisting bits from the debug info
// Parse out interesting bits from the debug info
_explainMap = new HashMap<String, String>();
NamedList<String> explain = (NamedList<String>)_debugMap.get( "explain" );
if( explain != null ) {