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

acosentino 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 e54df1a  fix typo
     new 8ca303a  Merge pull request #3052 from davidkarlsen/fixtypo
e54df1a is described below

commit e54df1a558d64d85fd7062e806757432733bf788
Author: David J. M. Karlsen <da...@davidkarlsen.com>
AuthorDate: Sun Jul 21 12:19:18 2019 +0200

    fix typo
    
    Signed-off-by: David J. M. Karlsen <da...@davidkarlsen.com>
---
 .../src/main/java/org/apache/camel/maven/ValidateMojo.java              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
 
b/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
index 39e644d..f12ad75 100644
--- 
a/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
+++ 
b/catalog/camel-report-maven-plugin/src/main/java/org/apache/camel/maven/ValidateMojo.java
@@ -385,7 +385,7 @@ public class ValidateMojo extends AbstractExecMojo {
                 getLog().warn(sb.toString());
             } else if (showAll) {
                 StringBuilder sb = new StringBuilder();
-                sb.append("Endpoint validation passsed at: ");
+                sb.append("Endpoint validation passed at: ");
                 if (detail.getClassName() != null && detail.getLineNumber() != 
null) {
                     // this is from java code
                     sb.append(detail.getClassName());

Reply via email to