You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/03/15 17:26:33 UTC

[camel] branch master updated: Typo

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 993adcf  Typo
993adcf is described below

commit 993adcf3fbbdacc1ad59e50c43d036530d593fb6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 15 18:25:26 2021 +0100

    Typo
---
 .../src/main/java/org/apache/camel/processor/MulticastProcessor.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core-processor/src/main/java/org/apache/camel/processor/MulticastProcessor.java b/core/camel-core-processor/src/main/java/org/apache/camel/processor/MulticastProcessor.java
index d23464a..ecbbea9 100644
--- a/core/camel-core-processor/src/main/java/org/apache/camel/processor/MulticastProcessor.java
+++ b/core/camel-core-processor/src/main/java/org/apache/camel/processor/MulticastProcessor.java
@@ -405,7 +405,7 @@ public class MulticastProcessor extends AsyncProcessorSupport
     }
 
     /**
-     * Sub taks processed reactive via the {@link ReactiveExecutor}.
+     * Sub task processed reactive via the {@link ReactiveExecutor}.
      */
     protected class MulticastReactiveTask extends MulticastTask {