Fix typo in health config property heath -> health
diff --git a/health/src/main/resources/application.properties b/health/src/main/resources/application.properties
index 8f6090d..ef684fe 100644
--- a/health/src/main/resources/application.properties
+++ b/health/src/main/resources/application.properties
@@ -53,10 +53,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