spell fix

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1446449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-02-15 05:46:59 +00:00
parent ce81eb1c5c
commit c2166b9dfa
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ public class OverseerCollectionProcessor implements Runnable, ClosableThread {
} catch (SolrException ex) {
SolrException.log(log, "Collection " + operation + " of " + operation
+ " failed");
results.add("Operation " + operation + " cause exception:", ex);
results.add("Operation " + operation + " caused exception:", ex);
} finally {
return new OverseerSolrResponse(results);
}