Fixing typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2008-09-26 20:13:08 +00:00
parent 69fd3c455f
commit 26ffb58184
1 changed files with 1 additions and 1 deletions

View File

@ -171,6 +171,6 @@ public class SolrInputDocument implements Iterable<SolrInputField>, Serializable
@Override
public String toString()
{
return "SolrInputDocumnt["+_fields+"]";
return "SolrInputDocument["+_fields+"]";
}
}