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:
Erik Hatcher 2011-10-27 01:14:47 +00:00
parent 39e6cfe173
commit 4d09a58fc2
1 changed files with 1 additions and 1 deletions

View File

@ -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();