You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2021/03/24 09:05:40 UTC

[camel-examples] branch master updated: Fix typo in health config property heath -> health

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 58c9f54  Fix typo in health config property heath -> health
58c9f54 is described below

commit 58c9f54da3b90d42c53b8a990044c06be216c774
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Mar 24 09:04:48 2021 +0000

    Fix typo in health config property heath -> health
---
 examples/main-health/src/main/resources/application.properties | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/main-health/src/main/resources/application.properties b/examples/main-health/src/main/resources/application.properties
index 2cbe433..e796642 100644
--- a/examples/main-health/src/main/resources/application.properties
+++ b/examples/main-health/src/main/resources/application.properties
@@ -49,10 +49,10 @@ camel.health.routes-enabled = true
 camel.health.registry-enabled = true
 
 # you can turn on or off individual routes as shown below
-### camel.heath.config[timer].parent = routes
-### camel.heath.config[timer].enabled = true
-### camel.heath.config[netty].check = routes
-### camel.heath.config[netty].enabled = false
+### camel.health.config[timer].parent = routes
+### camel.health.config[timer].enabled = true
+### camel.health.config[netty].check = routes
+### camel.health.config[netty].enabled = false
 
 # and configure each individually
 camel.health.config[timer].parent = routes