Fix typo in health config property heath -> health
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.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