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 2019/06/07 14:37:48 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 b2fc2ed  Typo
b2fc2ed is described below

commit b2fc2edf25c3f87015e1ea24c7a8c0ea7f89f54c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jun 7 16:37:22 2019 +0200

    Typo
---
 .../org/apache/camel/support/processor/DefaultMaskingFormatter.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-support/src/main/java/org/apache/camel/support/processor/DefaultMaskingFormatter.java b/core/camel-support/src/main/java/org/apache/camel/support/processor/DefaultMaskingFormatter.java
index 553187d..55da5dc 100644
--- a/core/camel-support/src/main/java/org/apache/camel/support/processor/DefaultMaskingFormatter.java
+++ b/core/camel-support/src/main/java/org/apache/camel/support/processor/DefaultMaskingFormatter.java
@@ -24,9 +24,9 @@ import java.util.regex.Pattern;
 import org.apache.camel.spi.MaskingFormatter;
 
 /**
- * The {@link MaskingFormatter} that searches the specified keywards in the source
+ * The {@link MaskingFormatter} that searches the specified keywords in the source
  * and replace its value with mask string. By default passphrase, password and secretKey
- * are used as keywards to replace its value.
+ * are used as keywords to replace its value.
  */
 public class DefaultMaskingFormatter implements MaskingFormatter {