mirror of https://github.com/apache/lucene.git
Fix comment typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1189568 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
39e6cfe173
commit
4d09a58fc2
|
@ -177,7 +177,7 @@ final class RequestHandlers {
|
|||
}
|
||||
}
|
||||
|
||||
// we've now registered all handlers, time ot init them in the same order
|
||||
// we've now registered all handlers, time to init them in the same order
|
||||
for (Map.Entry<PluginInfo,SolrRequestHandler> entry : handlers.entrySet()) {
|
||||
PluginInfo info = entry.getKey();
|
||||
SolrRequestHandler requestHandler = entry.getValue();
|
||||
|
|
Loading…
Reference in New Issue