You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/19 07:24:04 UTC

[camel] branch master updated: Regen for commit 5779600773b81b81dbc5271f98003681b066aac5

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 e5a5a3b  Regen for commit 5779600773b81b81dbc5271f98003681b066aac5
e5a5a3b is described below

commit e5a5a3b5aabb939cf5a048397329f5870a27c8e2
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Mon Oct 19 07:21:20 2020 +0000

    Regen for commit 5779600773b81b81dbc5271f98003681b066aac5
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../resources/org/apache/camel/catalog/docs/joor-language.adoc          | 2 +-
 docs/components/modules/languages/pages/joor-language.adoc              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/joor-language.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/joor-language.adoc
index 1fe0ca5..7fccfdd2 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/joor-language.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/joor-language.adoc
@@ -93,7 +93,7 @@ from("seda:orders")
 
 == Hot re-load
 
-You can turn of pre compilation for the jOOR language and then Camel will recompile the script for each message.
+You can turn off pre compilation for the jOOR language and then Camel will recompile the script for each message.
 You can externalize the code into a resource file, which will be reloaded on each message as shown:
 
 [source,java]
diff --git a/docs/components/modules/languages/pages/joor-language.adoc b/docs/components/modules/languages/pages/joor-language.adoc
index 4756f01..146b383 100644
--- a/docs/components/modules/languages/pages/joor-language.adoc
+++ b/docs/components/modules/languages/pages/joor-language.adoc
@@ -95,7 +95,7 @@ from("seda:orders")
 
 == Hot re-load
 
-You can turn of pre compilation for the jOOR language and then Camel will recompile the script for each message.
+You can turn off pre compilation for the jOOR language and then Camel will recompile the script for each message.
 You can externalize the code into a resource file, which will be reloaded on each message as shown:
 
 [source,java]