Browse Source

Fixed typo

Simon Willnauer 12 years ago
parent
commit
11ff90420a

+ 1 - 1
src/main/java/org/elasticsearch/action/search/type/TransportSearchTypeAction.java

@@ -265,7 +265,7 @@ public abstract class TransportSearchTypeAction extends TransportAction<SearchRe
                 }
                 if (successulOps.get() == 0) {
                     if (logger.isDebugEnabled()) {
-                        logger.debug("All shards failied for phase: [{}]", firstPhaseName(), t);
+                        logger.debug("All shards failed for phase: [{}]", firstPhaseName(), t);
                     }
                     // no successful ops, raise an exception
                     listener.onFailure(new SearchPhaseExecutionException(firstPhaseName(), "all shards failed", buildShardFailures()));