diff --git a/solr/core/src/java/org/apache/solr/request/SolrRequestHandler.java b/solr/core/src/java/org/apache/solr/request/SolrRequestHandler.java
index 8350f9ed1c0..95692d33f9d 100644
--- a/solr/core/src/java/org/apache/solr/request/SolrRequestHandler.java
+++ b/solr/core/src/java/org/apache/solr/request/SolrRequestHandler.java
@@ -24,7 +24,7 @@ import org.apache.solr.response.SolrQueryResponse;
* Implementations of SolrRequestHandler
are called to handle query requests.
*
* Different SolrRequestHandler
s are registered with the SolrCore
.
- * One way to register a SolrRequestHandler with the core is thorugh the solrconfig.xml
file.
+ * One way to register a SolrRequestHandler with the core is through the solrconfig.xml
file.
*
* Example solrconfig.xml
entry to register a SolrRequestHandler
implementation to
* handle all queries with a Request Handler of "/test":