diff --git a/src/java/org/apache/solr/request/SolrQueryResponse.java b/src/java/org/apache/solr/request/SolrQueryResponse.java index 38684572ccf..81e4d69bc32 100644 --- a/src/java/org/apache/solr/request/SolrQueryResponse.java +++ b/src/java/org/apache/solr/request/SolrQueryResponse.java @@ -50,7 +50,7 @@ import java.util.*; *
  • null
  • * *

    - * Other data types may be added to the SolrQueryResponse, but there is no garuntee + * Other data types may be added to the SolrQueryResponse, but there is no guarantee * that QueryResponseWriters will be able to deal with unexpected types. *

    *